“Angular Component Communication” Problem Solver
This blog post supports the sample code for the “Angular Component Communication” course on Pluralsight, identifying common issues along with their solutions.
The content of this post is based on Angular version >= 2.x unless explicitly stated otherwise.
The sample code can be found here: https://github.com/DeborahK/Angular-Communication. The folders in this repo include:
- APM–Start: The starter files. Use this as a starting point to code along with the course.
- APM–Final: The completed files.
- 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.
Please post to the Discussion tab for the course if you experience an issue not found in this post. Thanks!