8 files changed +5779
-2463
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { AppComponent } from './app.component';
5
5
6
6
@NgModule ( {
7
7
declarations : [ AppComponent ] ,
8
- imports : [ BrowserModule . withServerTransition ( { appId : 'serverApp' } ) ] ,
8
+ imports : [ BrowserModule ] ,
9
9
providers : [ ] ,
10
10
bootstrap : [ AppComponent ] ,
11
11
} )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ if (environment.production) {
8
8
enableProdMode ( ) ;
9
9
}
10
10
11
- document . addEventListener ( 'DOMContentLoaded' , ( ) => {
12
- platformBrowserDynamic ( )
11
+ platformBrowserDynamic ( )
13
12
. bootstrapModule ( AppModule )
14
13
. catch ( ( err ) => console . error ( err ) ) ;
15
- } ) ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 35
35
"@angular/core" : " ~12.0.0" ,
36
36
"@angular/platform-browser" : " ~12.0.0" ,
37
37
"@angular/platform-browser-dynamic" : " ~12.0.0" ,
38
- "@angular/platform-server" : " ~12.0.0" ,
39
38
"@angular/router" : " ~12.0.0" ,
40
- "@nguniversal/express-engine" : " ~12.0.0" ,
41
39
"@nrwl/angular" : " ~12.3.5" ,
42
40
"rxjs" : " ~6.6.0" ,
43
41
"tslib" : " ^2.1.0" ,
0 commit comments