File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { provideZoneChangeDetection } from "@angular/core" ;
21import { platformBrowserDynamic } from "@angular/platform-browser-dynamic" ;
32
43import { AppModule } from "./app/app.module" ;
54
65platformBrowserDynamic ( )
7- . bootstrapModule ( AppModule , {
8- applicationProviders : [ provideZoneChangeDetection ( ) ] ,
9- } )
6+ . bootstrapModule ( AppModule )
107 . catch ( ( err ) => console . error ( err ) ) ;
Original file line number Diff line number Diff line change 1- import { enableProdMode , provideZoneChangeDetection } from "@angular/core" ;
1+ import { enableProdMode } from "@angular/core" ;
22import { platformBrowserDynamic } from "@angular/platform-browser-dynamic" ;
33
44import { AppModule } from "./app/app.module" ;
@@ -9,7 +9,5 @@ if (environment.production) {
99}
1010
1111platformBrowserDynamic ( )
12- . bootstrapModule ( AppModule , {
13- applicationProviders : [ provideZoneChangeDetection ( ) ] ,
14- } )
12+ . bootstrapModule ( AppModule )
1513 . catch ( ( err : any ) => console . error ( err ) ) ;
You can’t perform that action at this time.
0 commit comments