Update to Angular 16 #2

Merged
konstantina.galouni merged 16 commits from angular-16 into develop 2023-10-31 10:57:23 +01:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit e6aa6cc8e5 - Show all commits

View File

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

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