1.0.0 • Published 7 months ago

nga-chips v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months 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

7 months ago

0.0.5

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago