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

@@ -9,7 +9,7 @@ import { select, Store } from '@ngrx/store';
import { CheckAuthenticationTokenAction } from './core/auth/auth.actions';
import { CorrelationIdService } from './correlation-id/correlation-id.service';
import { APP_INITIALIZER, Inject, Provider, Type } from '@angular/core';
import { makeStateKey, TransferState } from '@angular/platform-browser';
import { makeStateKey, TransferState } from '@angular/core';
import {
APP_CONFIG,
APP_DATA_SERVICES_MAP,