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:
parent
f475256124
commit
aeec881c81
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue