mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
Fixed "CommonJS or AMD dependencies can cause optimization bailouts." warnings
https://stackoverflow.com/questions/62592903/upgrading-to-angular-10-fix-commonjs-or-amd-dependencies-can-cause-optimizatio/62604034#62604034
This commit is contained in:
@@ -7,14 +7,14 @@ import { Store, StoreModule } from '@ngrx/store';
|
||||
import { authReducer, AuthState } from '../../core/auth/auth.reducer';
|
||||
import { EPersonMock } from '../testing/eperson.mock';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { AppState, storeModuleConfig } from '../../app.reducer';
|
||||
import { AppState } from '../../app.reducer';
|
||||
import { AuthNavMenuComponent } from './auth-nav-menu.component';
|
||||
import { HostWindowServiceStub } from '../testing/host-window-service.stub';
|
||||
import { HostWindowService } from '../host-window.service';
|
||||
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
|
||||
import { AuthTokenInfo } from '../../core/auth/models/auth-token-info.model';
|
||||
import { AuthService } from '../../core/auth/auth.service';
|
||||
import { of } from 'rxjs/internal/observable/of';
|
||||
import { of } from 'rxjs';
|
||||
|
||||
describe('AuthNavMenuComponent', () => {
|
||||
|
||||
|
Reference in New Issue
Block a user