rosslavery / angular2-tag-input

Tag input component for Angular 2
45 stars 42 forks source link

Can't bind to 'ngModel' #7

Closed YouNesta closed 7 years ago

YouNesta commented 7 years ago

Can't bind to 'ngModel' since it isn't a known property of 'rl-tag-input'. I'm at the latest Angular-CLI version

thanks for all

rosslavery commented 7 years ago

Did you manage to figure this out?

YouNesta commented 7 years ago

Yes thanks, i need to import the FormsModule package in your Angular module before using two way data binding ;)