I studied the source code of the mechanism changeDetaction
in angular6 and came across an interesting design that neither I nor the guys from work know, The code here, does anyone know what it is or how it works? Specifically, line 60:
let changes: SimpleChanges = undefined !;