Added Tag Input

This commit is contained in:
Caesar2011
2017-05-18 00:09:41 +02:00
parent 05e0c1ff3d
commit 01205b16b9
9 changed files with 261 additions and 170 deletions

View File

@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';
import {JsonInputModule} from "./counter-input.module";
import {CustomInputModule} from "./custom-input.module";
import {FormsModule, ReactiveFormsModule} from "@angular/forms";
@NgModule({
@@ -10,7 +10,7 @@ import {FormsModule, ReactiveFormsModule} from "@angular/forms";
BrowserModule,
FormsModule,
ReactiveFormsModule,
JsonInputModule,
CustomInputModule,
],
declarations: [ AppComponent ],
bootstrap: [ AppComponent ]