mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Switched to angular 5's built-in transfer state api
This commit is contained in:
@@ -23,9 +23,6 @@ import { AppComponent } from './app.component';
|
||||
import { HostWindowState } from './shared/host-window.reducer';
|
||||
import { HostWindowResizeAction } from './shared/host-window.actions';
|
||||
|
||||
import { BrowserTransferStateModule } from '../modules/transfer-state/browser-transfer-state.module';
|
||||
import { BrowserTransferStoreModule } from '../modules/transfer-store/browser-transfer-store.module';
|
||||
|
||||
import { MetadataService } from './core/metadata/metadata.service';
|
||||
|
||||
import { GLOBAL_CONFIG, ENV_CONFIG } from '../config';
|
||||
@@ -53,8 +50,6 @@ describe('App component', () => {
|
||||
useClass: MockTranslateLoader
|
||||
}
|
||||
}),
|
||||
BrowserTransferStateModule,
|
||||
BrowserTransferStoreModule
|
||||
],
|
||||
declarations: [AppComponent], // declare the test component
|
||||
providers: [
|
||||
|
Reference in New Issue
Block a user