Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit aeec881

Browse files
chalinkwalrath
authored andcommitted
docs(quickstart): adjust recent change for Dart (#2223)
* Update cache * docs(quickstart): tweak recent change Tweak to prose so that `AppModule` shows up as `AppComponent` in Dart.
1 parent f475256 commit aeec881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/docs/ts/_cache/quickstart.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ block create-main
361361
1. Angular's browser `!{_platformBrowserDynamicVsBootStrap}` function
362362
1. The application !{_moduleVsRootComp}, `!{_AppModuleVsAppComp}`.
363363

364-
Then we call `!{_pBD_bootstrapModule}` with `AppComponent`.
364+
Then we call `!{_pBD_bootstrapModule}` with `!{_AppModuleVsAppComp}`.
365365

366366
### Bootstrapping is platform-specific
367367

public/docs/ts/latest/quickstart.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ block create-main
361361
1. Angular's browser `!{_platformBrowserDynamicVsBootStrap}` function
362362
1. The application !{_moduleVsRootComp}, `!{_AppModuleVsAppComp}`.
363363

364-
Then we call `!{_pBD_bootstrapModule}` with `AppModule`.
364+
Then we call `!{_pBD_bootstrapModule}` with `!{_AppModuleVsAppComp}`.
365365

366366
### Bootstrapping is platform-specific
367367

0 commit comments

Comments
 (0)