mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[DURACOM-234] remove useless import
This commit is contained in:
@@ -8,7 +8,6 @@ import {
|
||||
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
|
||||
import {
|
||||
ServerModule,
|
||||
ServerTransferStateModule,
|
||||
} from '@angular/platform-server';
|
||||
import { EffectsModule } from '@ngrx/effects';
|
||||
import {
|
||||
@@ -62,7 +61,6 @@ export function createTranslateLoader(transferState: TransferState) {
|
||||
bootstrap: [AppComponent],
|
||||
imports: [
|
||||
NoopAnimationsModule,
|
||||
ServerTransferStateModule,
|
||||
StoreModule.forFeature('core', coreReducers, storeModuleConfig as StoreConfig<CoreState, Action>),
|
||||
EffectsModule.forFeature(coreEffects),
|
||||
TranslateModule.forRoot({
|
||||
|
Reference in New Issue
Block a user