Skip to content

Commit bbaec63

Browse files
authored
Update README.md
1 parent f87fd54 commit bbaec63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ NOTE: The installation was tested using node v8.10.0 and npm 6.0.1.
1515

1616
If you want to work through the course without downloading npm or any of the libraries, try the course with Stackblitz by following this link: https://stackblitz.com/github/DeborahK/Angular-GettingStarted/tree/master/APM-Start
1717

18+
For the completed code on stackblitz, check out this link: https://stackblitz.com/edit/github-gettingstarted-deborahk
19+
1820
NOTE: If you chose to use Stackblitz, note that it currently does not support reading json files from a folder defined in the angular.json file. Rather, you need to copy the products folder from the api folder to the assets folder. Then modify the productUrl to look in the assets folder: private productUrl = 'assets/products/products.json';
1921

2022
Note also that Stackblitz does not seem to recognize the Font Awesome icons. So you will instead see portions of squares.

0 commit comments

Comments
 (0)