Visual Studio Code TypeScript snippets (TypeScript, Html, Angular Material, Flex Layout, ngRx, RxJS & Testing) for Angular 17
92
stars
49
forks
source link
Create snippet for Material Autocomplete is outdated (mat-autocomplete and mat-autocomplete$) #114
Open
sultanmyrza opened 5 years ago
current auto generated code for mat-autocomplete is outdated
actual
expected
now instead mat-input-container we use mat-form-field because breaking changes https://github.com/angular/components/blob/master/CHANGELOG.md#600-beta5-2018-03-23
and for floatPlaceholder we use floatLabel more info https://stackoverflow.com/a/48540947
I really enjoy using these code snippets please fix as soon as possible or let me know how can I fix myself and create pull-request