0.1.0-alpha.0 • Published 3 years ago

ng-element-plus v0.1.0-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Ng-Element-UI extension component.

Components completion status

  • watermark

Environment Support

  • Angular ^11.0.0 npm package

Installation

npm install ng-element-plus

Usage

Import the component modules you want to use into your app.module.ts

import { NpWatermarkModule } from 'ng-element-plus/watermark';

@NgModule({
  imports: [ NpWatermarkModule ]
})
export class AppModule {
}

Development

$ git clone https://github.com/ng-element/ng-element-plus.git
$ cd ng-element-plus
$ npm install
$ ng serve

License

MIT