Gustavo Lanza Duarte
Gustavo Lanza Duarte
I have the same problem... It's important for me to cutomize the component.
Same error here using master version
Same error, but only in Android. My cordova version is 9.0.0
+1
When I need import all icons in ionic 7, for me works: **app.component.ts** ``` import { addIcons } from 'ionicons'; import * as allIcons from 'ionicons/icons'; ... ngOnInit() { const...
Any update ??? I have this same problem with [email protected]
I was experiencing the same error, so I had to add this override in my package.json to make it work: ``` "overrides": { "@ionic/angular": { "@stencil/core": "4.18.1" } } ```...
I have the same problem when I use the 'intl-tel-input' library, and I can't access that file in the node_modules... The error is: ✖ Compiling with Angular sources in Ivy...
Same problem here!!