mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
[DURACOM-234] lint fix
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
import { TransferState } from '@angular/platform-browser';
|
||||
import { TranslateLoader } from '@ngx-translate/core';
|
||||
import { readFileSync } from 'fs';
|
||||
import { Observable, of as observableOf, } from 'rxjs';
|
||||
import {
|
||||
Observable,
|
||||
of as observableOf,
|
||||
} from 'rxjs';
|
||||
|
||||
import { NGX_TRANSLATE_STATE, NgxTranslateState, } from './ngx-translate-state';
|
||||
import {
|
||||
NGX_TRANSLATE_STATE,
|
||||
NgxTranslateState,
|
||||
} from './ngx-translate-state';
|
||||
|
||||
/**
|
||||
* A TranslateLoader for ngx-translate to parse json5 files server-side, and store them in the
|
||||
|
Reference in New Issue
Block a user