1.0.2 • Published 5 years ago

ng2-widgets v1.0.2

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

Demo and Docs

Click here for a live demo and docs.

Installation

You can use npm to install the package.

NPM
npm install --save ng2-widgets

Use

Import the component modules Import each component you want to use. Example: Currency Widget;

import {WidgetCurrencyModule} from 'ng2-widgets';

@NgModule({
  imports: [
    WidgetCurrencyModule
  ]
})

Author

Mehmet Sert