mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge pull request #4054 from DSpace/backport-3957-to-dspace-8_x
[Port dspace-8_x] fixed deprecated import of TransferState
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { TransferState } from '@angular/platform-browser';
|
||||
import { TransferState } from '@angular/core';
|
||||
import { TranslateLoader } from '@ngx-translate/core';
|
||||
import { readFileSync } from 'fs';
|
||||
import {
|
||||
|
Reference in New Issue
Block a user