Skip to content

ng-element/ng-element-plus

Repository files navigation

Ng-Element-Plus

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