DeborahK / Angular-NgRx-GettingStarted

Materials for our Pluralsight course: Angular NgRx: Getting Started: http://bit.ly/AngularNgRx.
MIT License
545 stars 724 forks source link

Module 10, check video suggestion to add the OnChanges lifecycle hook to the ProductListComponent #58

Open duncanhunter opened 1 year ago

duncanhunter commented 1 year ago

(added from issue raised in froum)

For the first homework assignment at the end of Module 10, the video says to add the OnChanges lifecycle hook to the ProductListComponent, but I think this is supposed to be added to the ProductEditComponent. I checked the Demo5 folder, and OnChanges was added to the edit component.

Thank you for yet another excellent course.