@ec.components/ui
WARNING: This version is currently experimental as it's part of the x.ui 10 update.
This package contains all angular components that have no ec.datamanager references. It utilizes the classes of the @ec.components/core package. Being the middle layer in the abstraction tree, it is still backend agnostic but not framework agnostic.
Overview
Installation
1. Install package
npm install @ec.components/ui --save
2. Add Module
import { UiModule } from '@ec.components/ui';
@NgModule({
imports: [UiModule],
})
export class AppModule {}