diff --git a/aio/content/start/index.md b/aio/content/start/index.md index a0f0069999..2d8bb3e813 100644 --- a/aio/content/start/index.md +++ b/aio/content/start/index.md @@ -50,6 +50,11 @@ expect, save and then click the refresh button. * StackBlitz is continually improving, so there may be slight differences in generated code, but the app's behavior will be the same. +* When you generate the StackBlitz example apps that +accompany the tutorials, StackBlitz creates the starter +files and mock data for you. The files you'll use throughout +the tutorials are in the `src` folder of the StackBlitz +example apps. @@ -70,7 +75,7 @@ This section introduces template syntax by enhancing the "Products" area.
-To help you get going, the following steps use predefined product data and methods from the `product-list.component.ts` file. +To help you get going, the following steps use predefined product data from the `products.ts` file (already created in StackBlitz example) and methods from the `product-list.component.ts` file.