0.1.16 • Published 9 months ago
@iomechs/angular-tags-input v0.1.16
AngularTagsInput (@iomechs/angular-tags-input)
A simple tags input library for Angular. Supports nested elements and a lot of flexibility to the developers. (README to be updated)
Usage
Install the package in your project's folder by using npm or yarn:
npm install @iomechs/angular-tags-input --save
# OR
yarn add @iomechs/angular-tags-input -S
Import AngularTagsInputModule in your AppModule as below:
import { AngularTagsInputModule } from '@iomechs/angular-tags-input';
@NgModule({
declarations: [
AppComponent,
],
imports: [
BrowserModule,
AppRoutingModule,
BrowserAnimationsModule,
AngularTagsInputModule, // <-- here
]
});
Then in your HTML, you can use as:
<ti-angular-tags-input
formControlName="locations" [tagsData]="(data$ | async)"
(valueChanged)="onTagInputValueChange($event)"
[config]="tagsInputConfig">
</ti-angular-tags-input>
0.1.14
10 months ago
0.1.15
10 months ago
0.1.16
9 months ago
0.1.13
10 months ago
0.1.12
2 years ago
0.1.11
5 years ago
0.1.10
5 years ago
0.1.9
6 years ago
0.0.8
6 years ago
0.1.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.0
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.1
6 years ago