UNPKG

ng2-widgets

Version:

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

43 lines (32 loc) 1.31 kB
<p align="center"> <img height="200px" width="200px" style="text-align: center;" src="https://www.mehmetsert.com.tr/assets/img/ng2-widgets-logo.png"> <h1 align="center">Angular Widgets</h1> </p> <p align="center">Angular 2+ Widgets includes a variety of components that you can easily use in your applications.</p> ------------ ## Demo and Docs [Click here](https://mehmetsert.github.io/ng2-widgets/ "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; ```javascript import {WidgetCurrencyModule} from 'ng2-widgets'; @NgModule({ imports: [ WidgetCurrencyModule ] }) ``` ## Author [Mehmet Sert](https://mehmetsert.com.tr "Mehmet Sert") - [Github/MehmetSert](https://github.com/MehmetSert "Github/MehmetSert") - [Linkedin/mehmet-sert](https://www.linkedin.com/in/mehmet-sert/ "Linkedin/mehmet-sert") - [Twitter/mehmetsert_11](https://twitter.com/mehmetsert_11 "Twitter/mehmetsert_11") - [Instagram/mehmetsert_11](https://www.instagram.com/mehmetsert_11/ "Instagram/mehmetsert_11") - [Kodumunblogu/mehmet-sert-11](https://kodumunblogu.net/auth/mehmet-sert-11 "Kodumunblogu/mehmet-sert-11")