co-tags
v0.1.1
Published
Angular 2 tags component
Readme
co-tags
Tags component for Angular 2
Run the example code
npm installnpm start- navigate to
localhost:3000in web browser
Guide
let tags = ['blue', 'yellow', 'red']<co-tags [tags]="tags"></co-tags>