BeastCode / VSCode-Angular-TypeScript-Snippets

Visual Studio Code TypeScript snippets (TypeScript, Html, Angular Material, Flex Layout, ngRx, RxJS & Testing) for Angular 17
https://marketplace.visualstudio.com/items?itemName=Mikael.Angular-BeastCode
MIT License
92 stars 49 forks source link

Use SimpleChanges for ngOnChanges #27

Closed cgatian closed 7 years ago

cgatian commented 7 years ago

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.

BeastCode commented 7 years ago

Checked in fix

BeastCode commented 7 years ago

Published: v4.1.17

cgatian commented 7 years ago

The beast is real!!!