hsuanxyz / ionic-tags-input

A ionic tags input component
https://stackblitz.com/edit/ionic-tags-input
MIT License
71 stars 24 forks source link

Styles not applied #9

Closed fitzmode closed 7 years ago

fitzmode commented 7 years ago

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.

image

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:
hsuanxyz commented 7 years ago

try clear caches.

tekkenking commented 7 years ago

same issue.

tekkenking commented 7 years ago

Cache clearing resolved the issue.. Thanks for the wonderful job