I've added the package with npm install ionic-tags-input --save and imported the module. I've also set up the event handler and included the component in the html file of my Component, but it seems the styles of the input are not shown.
My environment
@ionic/cli-utils : 1.12.0
ionic (Ionic CLI) : 3.12.0
local packages:
@ionic/app-scripts : 1.3.4
Ionic Framework : ionic-angular 3.1.1
System:
Node : v6.11.3
npm : 3.10.10
OS : Windows 10
Misc:
I've added the package with
npm install ionic-tags-input --save
and imported the module. I've also set up the event handler and included the component in the html file of my Component, but it seems the styles of the input are not shown.My environment