Update to Angular-16 #4

Merged
konstantina.galouni merged 34 commits from angular-16 into develop 2023-10-30 20:55:50 +01:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit c8967dd92b - Show all commits

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';
@ -7,8 +7,7 @@ import { AppComponent } from './app.component';
@NgModule({
imports: [
AppModule,
ServerModule,
ServerTransferStateModule
ServerModule
],
bootstrap: [AppComponent],
})

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