Skip to content

Commit 5fdbfde

Browse files
committed
docs(angular): downgrade v9 stackblitz playground to angular 21 for node compatibility
1 parent 043573e commit 5fdbfde

3 files changed

Lines changed: 1575 additions & 1758 deletions

File tree

static/code/stackblitz/v9/angular/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import { AppComponent } from './app/app.component';
88

99
bootstrapApplication(AppComponent, {
1010
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.
11+
// Angular 21 defaults to zoneless change detection; Ionic requires zone-based.
1312
provideZoneChangeDetection(),
1413
{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
1514
provideIonicAngular(),

0 commit comments

Comments
 (0)