mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
update json5 import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { HttpClient } from '@angular/common/http';
|
||||
import { TranslateLoader } from '@ngx-translate/core';
|
||||
import { map } from 'rxjs/operators';
|
||||
import JSON5 from 'json5';
|
||||
import * as JSON5 from 'json5';
|
||||
|
||||
export class TranslateJson5HttpLoader implements TranslateLoader {
|
||||
constructor(private http: HttpClient, public prefix?: string, public suffix?: string) {
|
||||
|
Reference in New Issue
Block a user