nga-chips
v1.0.0
Published
Chips library for Angular
Downloads
3
Maintainers
Readme
NgaChips: The library is created for generating chips
NgaChips is a Fast and light chips generator in Angular
Installation
Use the package manager npm to install NgaChips.
npm install nga-chips
🚀 Usage
Import NgaChipsModule in your module
NgModule({
...
imports: [NgaChipsModule]
...
})
Define a property
chips: Array<any> = [];
then use it in HTML side
<nga-chips [(value)]="chips"></nga-chips>