mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
ESlint: fix imports
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import 'core-js/es/reflect';
|
||||
import 'zone.js';
|
||||
import 'reflect-metadata';
|
||||
|
||||
import { enableProdMode } from '@angular/core';
|
||||
/******************************************************************
|
||||
* Load `$localize` - not used for i18n in this project, we use ngx-translate.
|
||||
* It's used for localization of dates, numbers, currencies, etc.
|
||||
*/
|
||||
import '@angular/localize/init';
|
||||
|
||||
import { enableProdMode } from '@angular/core';
|
||||
|
||||
import { environment } from './environments/environment';
|
||||
|
||||
if (environment.production) {
|
||||
@@ -16,5 +16,5 @@ if (environment.production) {
|
||||
}
|
||||
|
||||
export { ServerAppModule } from './modules/app/server-app.module';
|
||||
export { ngExpressEngine } from '@nguniversal/express-engine';
|
||||
export { renderModuleFactory } from '@angular/platform-server';
|
||||
export { ngExpressEngine } from '@nguniversal/express-engine';
|
||||
|
Reference in New Issue
Block a user