@ec.components/data
TypeScript icon, indicating that this package has built-in type declarations

0.55.9 • Public • Published

@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 {}

/@ec.components/data/

    Package Sidebar

    Install

    npm i @ec.components/data

    Weekly Downloads

    46

    Version

    0.55.9

    License

    none

    Unpacked Size

    3.02 MB

    Total Files

    123

    Last publish

    Collaborators

    • felixroos
    • scherzinger