Materials for my Pluralsight course: Angular Component Communication.
Go to file
Deborah Kurata 6afbfc2eb9
Update CHANGELOG.md
2019-09-25 16:09:03 -07:00
APM-Final Check in of lock files. 2018-03-01 16:32:15 -08:00
APM-Final v8 Add folder for Angular v8 version of final code 2019-09-25 13:40:22 -07:00
APM-FinalWithGetters Check in of lock files. 2018-03-01 16:32:15 -08:00
APM-Start Check in of lock files. 2018-03-01 16:32:15 -08:00
.gitignore Initial checkin 2017-10-25 12:06:55 -07:00
CHANGELOG.md Update CHANGELOG.md 2019-09-25 16:09:03 -07:00
LICENSE Initial commit 2017-10-25 07:51:18 -07:00
README.md Update README.md 2019-09-25 15:55:54 -07:00

README.md

Angular-Communication

Materials for the "Angular Component Communications" course on Pluralsight.

APM-Start: The starter files set up for use in VSCode, WebStorm, or other editors. Use this to code along with the course. (Currently set to Angular version 5 or higher)

APM-Final: The completed files. Use this to see the completed solution from the course. (Currently set to Angular version 5 or higher)

APM-Final v8: The completed files. Use this to see the completed solution from the course. (Currently set to Angular version 8 or higher) See the change log for the list of changes.

APM-FinalWithGetters: The completed files using getters instead of Subject and BehaviorSubject to accomplish the same objective. Use this to see an alternate completed solution for this course. (Currently set to Angular version 5 or higher)

See the README.md file under each folder for details on installing and running the application.