@ec.components/data
v0.55.9
Published
All Datamanager related parts of ec.components
Downloads
395
Readme
@ec.components/data
WARNING: This version is currently experimental as it's part of the x.ui 10 update.
This package contains all ec.datamanager related components. Being wether framework agnostic nor backend agnostic, it is lowest fruit on the abstraction tree. It extends the classes of the core module to create datamanager specific classes that are then used in the components.
Overview
Installation
1. Install package
npm install @ec.components/data --save
2. Add Module
import { DataModule } from '@ec.components/data';
@NgModule({
imports: [DataModule],
})
export class AppModule {}