mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +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 { TranslateLoader } from '@ngx-translate/core';
|
||||||
import { readFileSync } from 'fs';
|
import { readFileSync } from 'fs';
|
||||||
import {
|
import {
|
||||||
|
Reference in New Issue
Block a user