1.0.0 • Published 2 years ago

nga-chips v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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>

You can contact with me and give me feedbacks.

Linkedin akbardoosti

Linkedin akbardoosti

1.0.0

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago