Questions tagged [ng2-tag-input]

18 questions
0
votes
1 answer

How to use @Gbuomprisco/ng2-tag-input with angular-cli?

I am using latest version of @angular/cli (1.0.0-beta.32.3) and I am trying to use ng2-tag-input. When I launch ng serve command I got this error: ERROR in Error encountered resolving symbol values statically. Only initialized variables and…
Shoun
  • 181
  • 10
0
votes
0 answers

Error: (SystemJS) XHR error (404 Not Found) for angular2-tag-input (External library)

I am getting this 404 Error when I am importing one of the modules from angular2-tag-input as shown below: import {RlTagInputModule} from 'angular2-tag-input'; Earlier I was having version issues while doing an NPM install for angular2-tag-input as…
mrsan22
  • 727
  • 2
  • 11
  • 28
0
votes
1 answer

Changing color of tag-input dynamically angular2

I want to send invitation email to the users from UI. I need to type multiple email ids of those users which are not already part of our system. I'm using angular2's tag-input for it. Everything is working fine except some validation. After typing…
Nilakshi Naphade
  • 1,055
  • 4
  • 14
  • 30
1
2