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.
This commit is contained in:
Patrice Chalin 2016-08-30 13:56:00 -07:00 committed by Kathy Walrath
parent f475256124
commit aeec881c81
2 changed files with 2 additions and 2 deletions

View File

@ -361,7 +361,7 @@ block create-main
1. Angular's browser `!{_platformBrowserDynamicVsBootStrap}` function
1. The application !{_moduleVsRootComp}, `!{_AppModuleVsAppComp}`.
Then we call `!{_pBD_bootstrapModule}` with `AppComponent`.
Then we call `!{_pBD_bootstrapModule}` with `!{_AppModuleVsAppComp}`.
### Bootstrapping is platform-specific

View File

@ -361,7 +361,7 @@ block create-main
1. Angular's browser `!{_platformBrowserDynamicVsBootStrap}` function
1. The application !{_moduleVsRootComp}, `!{_AppModuleVsAppComp}`.
Then we call `!{_pBD_bootstrapModule}` with `AppModule`.
Then we call `!{_pBD_bootstrapModule}` with `!{_AppModuleVsAppComp}`.
### Bootstrapping is platform-specific