Why I’m get the error Object literal may only specify known properties, and ‘appConfig’ does not exist in type ‘ApplicationConfig’.ts?
I’m creating an APP to run with transloco and appear the error Object literal may only specify known properties, and ‘appConfig’ does not exist in type ‘ApplicationConfig’.ts(2353) on appConfig.
causing modal height to collapse to 0
I have a component that serves as a modal. When I wrap the HTML template inside an tag, the modal’s height collapses to 0.
Based on this package.json file, which Ionic version does this code use?
I have the source code of a legacy Ionic/Angular project that I’ll need to have migrated to a newer version. In order to do so, I need to figure out which version of Ionic and Angular the code uses. I have the following dependencies in package.json:
Error: Constructor for “ion-app#undefined” was not found after upgrade to Angular 18.1 and Ionic 8
I Have just upgraded my Ionic v7 / Angular 16 app to Ionic v8, Angular v18, and now I get runtime errors where it looks like it can’t load any of the Ionic
components.
Error: Constructor for “ion-app#undefined” was not found after upgrade to Angular 18.1 and Ionic 8
I Have just upgraded my Ionic v7 / Angular 16 app to Ionic v8, Angular v18, and now I get runtime errors where it looks like it can’t load any of the Ionic
components.
After Angular 18 Ionic 8 upgrade bound properties raising NG01203
I’m migrating my Ionic v7 Angular v17 to Ionic v8 and Angular v18. I’ve chosen to continue to use NgModules.
Ionic 8 – Angular 18 app: Cannot call the child component anymore
I migrated my Ionic 7 app to Ionic 8. It was originally written with Ionic 6 and Angular 14. Upgraded Angular to 18 as well. However now, my child components do not work anymore. For example –
Properly managing Ionic user preferences using the “Preferences API” of @capacitor
In every modern app, some sort of state is managed across app restarts. One such example are user preferences. Suppose you have a settings page in your application where users can check/uncheck preferences.
How to expand or collapse all accordions in an ion-accordion-group at once?
I would expect something like this to work:
ionic 8 ion-content background image not shown properly with ion-header and ion-footer
I use ionic 8 with angular 18 and I want the header and footer to be transparent and show ion-content background-image in fullscreen mode, behind them.