Closed cgatian closed 7 years ago
snippet: ng-ngOnChanges
ng-ngOnChanges
Update from: ngOnChanges(changes: {[propKey: string]: SimpleChange}) { to: ngOnChanges(changes: SimpleChanges) {
ngOnChanges(changes: {[propKey: string]: SimpleChange}) {
ngOnChanges(changes: SimpleChanges) {
Looks like in 4.0 they created a type alias, SimpleChanges.
Checked in fix
Published: v4.1.17
The beast is real!!!
snippet:
ng-ngOnChanges
Update from:
ngOnChanges(changes: {[propKey: string]: SimpleChange}) {
to:ngOnChanges(changes: SimpleChanges) {
Looks like in 4.0 they created a type alias, SimpleChanges.