Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 617 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 617 Bytes

SKYUX 2 library JTags

Requirements SKYUX 2

Build codecov

Getting Started

Install the library into your SKYUX 2 SPA:

npm install skyux-lib-j-tags -save

Import the library module into your app-extras.module.ts file

 import { JTagInputModule } from 'skyux-lib-j-tags';

Add a j-tag-input onto a component template.

 <j-tag-input [(ngModel)]="model.tags" [modelAsStrings]="true"></j-tag-input>