run ng update @angular/core@17 @angular/cli@17 --force

This commit is contained in:
Andrea Barbasso
2024-03-15 15:55:21 +01:00
parent 6dced44443
commit 035a62c723
20 changed files with 1435 additions and 894 deletions

View File

@@ -15,7 +15,7 @@ import {
StoreConfig,
StoreModule,
} from '@ngrx/store';
import { REQUEST } from '@nguniversal/express-engine/tokens';
import { REQUEST } from '../../express.tokens';
import {
MissingTranslationHandler,
TranslateLoader,