/Angular-Communication

Materials for my Pluralsight course: Angular Component Communication.

Primary LanguageTypeScriptMIT LicenseMIT

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.