New to TypeScript. I read the book Pro Angular, I can not understand the record:
ngOnChanges(changes: {[property: string]: SimpleChange }) {...} In particular, the function accepts a change argument, the type of which is an anonymous object. Inside this object sits an anonymous array with a property element of type string. What is SimpleChange? Or am I messed up?