docs: add products.ts file on getting started page (#34301)
in the getting started page (first tutorial) file products.ts which was not shown and was only present in the StackBlitz examples. So added a refrence that it is present in the example and also added a note that examples may carry filenames not present please look at StackBliz examples for details Fixes #34291 PR Close #34301
This commit is contained in:
parent
9ba8059e88
commit
6bfe214346
|
@ -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.
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -70,7 +75,7 @@ This section introduces template syntax by enhancing the "Products" area.
|
|||
|
||||
<div class="alert is-helpful">
|
||||
|
||||
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.
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue