mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 11:03:05 +00:00
Merge pull request #3957 from saschaszott/saschaszott-patch-9
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