docs(router): Move ActivatedRoute example to mini-app (#29755)

PR Close #29755
This commit is contained in:
Frederik Prijck
2019-04-07 21:10:28 +02:00
committed by Alex Rickabaugh
parent eccc41c5cf
commit 9a807bd26a
4 changed files with 95 additions and 11 deletions

View File

@ -0,0 +1,12 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import {platformBrowserDynamic} from '@angular/platform-browser-dynamic';
import {AppModuleNgFactory} from './module.ngfactory';
platformBrowserDynamic().bootstrapModuleFactory(AppModuleNgFactory);