I have also tried Angular 17, 18 and 19, no change. Activity ionitron-botadded triage on Feb 15, 2025 jakubformanchanged the title bug: iOS 18 (Angular, standalone) reorder wrapper hiding inner ion-elements content bug: iOS 18 (Angular, standalone) reorder wrapper hiding inner ionic ele...
Ionic Generate Page Issue with Angular Standalone 4566April 3, 2025 Ionic 8 - There is no scroll on page after keyboard opens 348April 1, 2025 Facebook Audience Network Plugin in Ionic 6 Capacitor with Angular? 09March 29, 2025 Blank screen after upgrading to Ionic 5.6.0 ...
Prerequisites I agree to follow the Code of Conduct. I have searched for existing issues that already report this problem, without success. Codemod version 0.0.7 Current Behavior An error occurs when running the utility: ┌ Ionic Angular ...
Angular (Standalone) React Vue example.js window.Ionic={ config:{ rippleEffect:false, mode:'md', }, }; Per-Component Config Ionic Config is not reactive. Updating the config's value after the component has rendered will result in the previous value. It is recommended to use a compone...
Developers have two options for using Ionic components: Standalone or Modules. This guide covers both options as well as the benefits and downsides of each approach.While the Standalone approach is newer and makes use of more modern Angular APIs, the Modules approach will continue to be ...
npm link @ionic/angular Run the local copy of the ng-add schematic $ npx schematics @ionic/angular:ng-add You'll now be able to add ionic components to a vanilla Angular app setup. Project Structure common This is where logic that is shared between lazy loaded and standalone components li...
solid programming principles onpush change detection reactive/declarative coding with rxjs smart/dumb component architecture single component angular modules/standalone components co-locating code if all of those words mean nothing to you right now, don't worry! we will cover this all in detail ...
angular: ng add @ionic/angular in standalone projects (#28523) (c07312e), closes #28514 angular: overlays are defined when using standalone controllers (#28560) (9453132), closes #28385 datetime: updating value with min scrolls to new value (#28549) (388d19e), closes #28548 7.5.5...
If you just want to use Ionic in a standalone app, you could simply install it via bower:XML Copy bower install ionic Visual Studio users can take advantage of the Ionic template (managed by the Visual Studio team) available in the Visual Studio Gallery under Tools | Extensions and ...
vartemplateCache =require('gulp-angular-templatecache'); varpaths = { sass: ['./scss/**/*.scss'], templatecache: ['./www/templates/**/*.html']}; gulp.task('templatecache',function(done){gulp.src('./www/templates/**/*.html') .pipe(templateCache({standalone:true})) .pipe(gulp.dest...