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