ng-element-plus
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-alpha.0 • Public • Published

Ng-Element-Plus

Ng-Element-UI extension component.

Components completion status

  • [x] 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

Readme

Keywords

Package Sidebar

Install

npm i ng-element-plus

Weekly Downloads

1

Version

0.1.0-alpha.0

License

MIT

Unpacked Size

29 kB

Total Files

30

Last publish

Collaborators

  • llkui