Ng-Element-UI extension component.
- watermark
npm install ng-element-plus
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 {
}
$ git clone https://github.com/ng-element/ng-element-plus.git
$ cd ng-element-plus
$ npm install
$ ng serve
MIT