Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(router): removed obsolete TODO comment (#29085)
PR Close #29085
  • Loading branch information
Maxim-Mazurok authored and AndrewKushnir committed Mar 5, 2019
1 parent 5669333 commit 2a25ac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/router/src/router_config_loader.ts
Expand Up @@ -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';
Expand Down

0 comments on commit 2a25ac2

Please sign in to comment.