We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043573e commit 5fdbfdeCopy full SHA for 5fdbfde
3 files changed
static/code/stackblitz/v9/angular/main.ts
@@ -8,8 +8,7 @@ import { AppComponent } from './app/app.component';
8
9
bootstrapApplication(AppComponent, {
10
providers: [
11
- // Angular 21+ defaults to zoneless change detection. The playground opts into
12
- // Zone.js so the embedded examples render without per-example signal wiring.
+ // Angular 21 defaults to zoneless change detection; Ionic requires zone-based.
13
provideZoneChangeDetection(),
14
{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
15
provideIonicAngular(),
0 commit comments