change TransferState import

This commit is contained in:
Andrea Barbasso
2024-02-13 14:14:34 +01:00
parent 3794007e9e
commit bc29293411
9 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
import { HttpClient, HttpClientModule } from '@angular/common/http';
import { APP_ID, NgModule } from '@angular/core';
import { makeStateKey, TransferState } from '@angular/platform-browser';
import { makeStateKey, TransferState } from '@angular/core';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { REQUEST } from '@nguniversal/express-engine/tokens';