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

0.50.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @ec.components/ui

Weekly Downloads

2

Version

0.50.6

License

none

Unpacked Size

2.19 MB

Total Files

153

Last publish

Collaborators

  • felixroos
  • scherzinger