fix(router): removed obsolete TODO comment ()

PR Close 
This commit is contained in:
Maxim Mazurok 2019-03-03 20:46:26 +02:00 committed by Andrew Kushnir
parent 7d174969c2
commit 72ecc45363

@ -7,7 +7,6 @@
*/
import {Compiler, InjectionToken, Injector, NgModuleFactory, NgModuleFactoryLoader} from '@angular/core';
// TODO(i): switch to fromPromise once it's expored in rxjs
import {Observable, from, of } from 'rxjs';
import {map, mergeMap} from 'rxjs/operators';
import {LoadChildren, LoadedRouterConfig, Route, standardizeConfig} from './config';