docs(router): Move ActivatedRoute example to mini-app (#29755)
PR Close #29755
This commit is contained in:

committed by
Alex Rickabaugh

parent
eccc41c5cf
commit
9a807bd26a
12
packages/examples/router/activated-route/main.ts
Normal file
12
packages/examples/router/activated-route/main.ts
Normal 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);
|
Reference in New Issue
Block a user