mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
minor formatting
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { NgModule, Optional, SkipSelf, ModuleWithProviders } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
import { SharedModule } from '../shared/shared.module';
|
||||
|
||||
import { isNotEmpty } from '../shared/empty.util';
|
||||
import { DSpaceRESTv2Service } from './dspace-rest-v2/dspace-rest-v2.service';
|
||||
import { ObjectCacheService } from './cache/object-cache.service';
|
||||
@@ -56,10 +54,18 @@ const PROVIDERS = [
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [...IMPORTS],
|
||||
declarations: [...DECLARATIONS],
|
||||
exports: [...EXPORTS],
|
||||
providers: [...PROVIDERS]
|
||||
imports: [
|
||||
...IMPORTS
|
||||
],
|
||||
declarations: [
|
||||
...DECLARATIONS
|
||||
],
|
||||
exports: [
|
||||
...EXPORTS
|
||||
],
|
||||
providers: [
|
||||
...PROVIDERS
|
||||
]
|
||||
})
|
||||
export class CoreModule {
|
||||
|
||||
|
Reference in New Issue
Block a user