Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 787 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 787 Bytes

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