mixuala
Results
12
comments of
mixuala
It's been a long time since I last built an NPM package. It's possible and if you know how, it's easy. But easier is just to add the component directly...
all my changes were in the `/ion-tags-input` folder. You can create a new `ionic4` project and copy that folder to `src/app/components/ion-tags-input/`. I use this `src/app/components/component.modules.ts` for importing components: ``` import...