I am trying to integrate a stencil built component : https://github.com/jepiqueau/stencil-line-chart
I downloaded it from npm and I tried all the possible ways and topics but it didn’t work.
I am trying to integrate it in an angular with ionic 4.0.6 app. If anybody can give some hints on how to do this, I would be thankful.
The build process is quite a bit different in Ionic 4 for two reasons: (1) Ionic is fully embracing the Angular CLI, and (2) Angular made several changes that break builds, from 5 to 6. (Ionic 3 uses Angular 5, Ionic 4 uses Angular 6.)
I don’t know the best practice here yet, but it probably won’t change between now and release, since the “problem” is the situation with Angular, not Ionic. What I suggest is that you post an issue on the ionic app-scripts repo, and if you get it working, please update here. If you figure it out, and post the solution, I’ll update that tutorial you linked and give you credit.
I solved that recently for my components in order to be able to include them in v4, I documented that in their readme. Have for example have a look at that one https://github.com/fluster/web-photo-filter
you mean the one I linked? It’s my component which I use in my v4 app, so I could confirms that for me it worked out, sorry to hear it didn’t worked for you