angular universal WIP

refs #104
This commit is contained in:
softsimon
2020-11-07 04:30:52 +07:00
parent d8c4f5a6ac
commit 14c9d0c409
25 changed files with 18061 additions and 758 deletions

View File

@@ -84,7 +84,7 @@ import { StorageService } from './services/storage.service';
TermsOfServiceComponent,
],
imports: [
BrowserModule,
BrowserModule.withServerTransition({ appId: 'serverApp' }),
AppRoutingModule,
HttpClientModule,
BrowserAnimationsModule,