DEV Community

Discussion on: ngOnChanges best practice - always use SimpleChanges - always

Collapse
 
kitkatsim profile image
Thiam Kiat Sim

this is a great way to illustrate how ngOnChanges works, thanks.
as pointed out by others, mistake in line:

this.doSomething(changes.myFirstInputParameter.currentValue)
Enter fullscreen mode Exit fullscreen mode