rosslavery / angular2-tag-input

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

Problem integrating into JHipster app #40

Closed Vinnythetrue closed 7 years ago

Vinnythetrue commented 7 years ago

Hi, I think I followed every step in order to get the module working in my angular2 project :

When displaying the template containing the , nothing is displayed and I have no error what so ever... So I'm not sure where exactly that problem comes from, as I am working in a JHipster application which uses Angular2 as a front end framework. What are my options to find out what's going on under the hood ? Because without any error message, I'm kind of clueless about what to do about it...

Vinnythetrue commented 7 years ago

Nevermind, I'm stupid... Found the solution just now...

For those wondering, you'll have to put the module in the shared module of the JHipster app. You add the module in the imports array as well as in the exports one, then the module will be active...