mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
change TransferState import
This commit is contained in:
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user