Week 5 Notes

Week 5 Notes#

Note

Keep an eye weekly pages as they might be updated throughout the week.

The weekly notes pages is where you will find links to in-class materials, including: slides, lecture recordings, and demo code. A new notes page will appear every Monday morning and will be updated with recordings on Tuesday.

Lecture Materials#

Slide Deck

Lecture Recording

If you prefer a printable version:

Print Slide Deck

Demo Code#

Node Activity

Angular Demo Program

The Angular demo project does not include the node_modules folder. So to successfully run the project after uncompressing it run:

npm install

This will automatically install all required modules according to the package.json file included in the project. When install is complete, run:

ng serve --open

This will launch the program and open it in a new browser window for you.