Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deborahk/angular-communication

Materials for my Pluralsight course: Angular Component Communication.
https://github.com/deborahk/angular-communication

Last synced: about 16 hours ago
JSON representation

Materials for my Pluralsight course: Angular Component Communication.

Awesome Lists containing this project

README

        

# Angular-Communication
Materials for the "[Angular Component Communications](http://bit.ly/Angular-Communication)" course on Pluralsight.

`APM-Start`: The starter files for this course. (For Angular version 5.)

`APM-Start v14`: The starter files for this course. **Use this to code along using Angular v14**. (For Angular version 14.)
- See the [change log](https://github.com/DeborahK/Angular-Communication/blob/master/CHANGELOG.md) for the list of changes.
- See the [course notes](https://github.com/DeborahK/Angular-Communication/blob/master/COURSENOTES-v14.md) for the module by module details for coding along with Angular v14.

`APM-Final`: The completed files. Use this to see the completed solution from the course. (For Angular version 5.)

`APM-Final v8`: The completed files. Use this to see the completed solution from the course. (For Angular version 8.) See the [change log](https://github.com/DeborahK/Angular-Communication/blob/master/CHANGELOG.md) for the list of changes.

`APM-Final v14`: The completed files. Use this to see the completed solution from the course. (For Angular version 14.)
- See the [change log](https://github.com/DeborahK/Angular-Communication/blob/master/CHANGELOG.md) for the list of changes.
- See the [course notes](https://github.com/DeborahK/Angular-Communication/blob/master/COURSENOTES-v14.md) for the module by module details for coding along with Angular v14.

`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. (For Angular version 5.)

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