Use decorator to beat ngOnChanges – Decoupling ngOnChanges

Grand Ballroom A/D

By using a TypeScript property decorator directly on a property of a component, it’s much easier/cleaner/more-readable to subscribe to property change than the traditional painful ngOnChanges. Details on: https://medium.com/p/19f3a5e051ef/edit

Fairday