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:
Giuseppe Digilio
2020-11-23 16:52:55 +01:00
parent 9f5204992d
commit 4473395cb9
188 changed files with 296 additions and 384 deletions

View File

@@ -2,8 +2,7 @@ import { Component, HostBinding, OnDestroy, OnInit } from '@angular/core';
import { Store } from '@ngrx/store';
import { AppState } from '../app.reducer';
import { hasValue } from '../shared/empty.util';
import { Observable } from 'rxjs/internal/Observable';
import { Subscription } from 'rxjs/internal/Subscription';
import { Observable, Subscription } from 'rxjs';
import { MenuService } from '../shared/menu/menu.service';
import { MenuID } from '../shared/menu/initial-menus-state';