Revert "fix(router): do not finish bootstrap until all the routes are resolved (#14608)"

This reverts commit 2a191cae2d.
This commit is contained in:
Victor Berchet
2017-02-20 19:48:23 -08:00
parent 2a191cae2d
commit 670f2eca00
12 changed files with 154 additions and 304 deletions

View File

@ -25,9 +25,7 @@ export const ROUTES = [
@NgModule({
imports: [WorkerAppModule, RouterModule.forRoot(ROUTES, {useHash: true})],
providers: [
WORKER_APP_LOCATION_PROVIDERS,
],
providers: [WORKER_APP_LOCATION_PROVIDERS],
bootstrap: [App],
declarations: [App, Start, Contact, About]
})