fix(router): removed obsolete TODO comment (#29085)

PR Close #29085
This commit is contained in:
Maxim Mazurok 2019-03-03 20:46:26 +02:00 committed by Andrew Kushnir
parent 7d174969c2
commit 72ecc45363
1 changed files with 0 additions and 1 deletions

View File

@ -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';