IonicIonic2 VirtualScroll custom component workaroundIonic2 VirtualScroll won't render custom components yet, but wrapping the component in a plain div works around the open issue.
Ionic, Code, TestingTesting Ionic presentablesA reusable mock for testing Ionic presentables like modals, alerts and toasts, so you can trigger onDidDismiss and assert what your page does.
Ionic, CodeUsing environment config in Ionic2Separate development and production config in Ionic2 using a typed environment module, an OpaqueToken and NODE_ENV to pick values at build time.
Code, IonicMigrating an Ionic App to use Angular standalone componentsHow I migrated an Ionic app with over 500 components to Angular standalone components using the official schematic, and what needed manual fixes.
Ionic, Technology, AI, Code, PersonalThree similar Ionic apps, one Nx monorepo, and a lot of AI-assisted glue workHow we merged three Ionic/Angular/Capacitor codebases into a single Nx workspace so a small team could stop maintaining the same code in three places.