ng2-widgets
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Angular Widgets

Angular 2+ Widgets includes a variety of components that you can easily use in your applications.


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

Package Sidebar

Install

npm i ng2-widgets

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

90.5 kB

Total Files

32

Last publish

Collaborators

  • mehmetsert