MehmetSert / ng2-widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 45.3%Language:HTML 34.4%Language:CSS 14.2%Language:JavaScript 6.0%