DeleteTransferStateModule

This commit is contained in:
Konstantinos Triantafyllou 2023-08-04 15:50:03 +03:00
parent 39602cbd95
commit e6aa6cc8e5
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import { NgModule } from '@angular/core';
import {ServerModule, ServerTransferStateModule} from '@angular/platform-server';
import {ServerModule} from '@angular/platform-server';
import { AppModule } from './app.module';
import { AppComponent } from './app.component';
@ -8,7 +8,6 @@ import { AppComponent } from './app.component';
imports: [
AppModule,
ServerModule,
ServerTransferStateModule
],
bootstrap: [AppComponent],
})

@ -1 +1 @@
Subproject commit e7429881ca7788fb218cc0063a0bc1e3bdb626f4
Subproject commit 758f2f10ffe6623fb55606ca2e9c29abf89b9b4f