VSCode-Angular-TypeScript-Snippets icon indicating copy to clipboard operation
VSCode-Angular-TypeScript-Snippets copied to clipboard

Visual Studio Code TypeScript snippets (TypeScript, Html, Angular Material, Flex Layout, ngRx, RxJS & Testing) for Angular 17

Results 20 VSCode-Angular-TypeScript-Snippets issues
Sort by recently updated
recently updated
newest added

Hi @BeastCode, the [Angular 10 Snippets - TypeScript, Html, Angular Material, ngRx, RxJS & Flex Layout](https://marketplace.visualstudio.com/items?itemName=Mikael.Angular-BeastCode) extension seems not updating for a long time. Is it possible to release new...

I'd like to suggest add a new `ng-async-validator` snippet.

Im getting sick of seeing `void` in `ngOnInit`. Can we remove it? I rarely seeing anyone using this syntax. ``` ngOnInit(): void { } ```

https://material.angular.io/components/table/overview#tables-with-code-display-flex-code- ```HTML User name {{row.username}} Age {{row.age}} Title {{row.title}} ```

enhancement

current auto generated code for mat-autocomplete is outdated actual ``` Choice shown in dropdown ``` expected ``` Choice shown in dropdown ``` now instead **mat-input-container** we use **mat-form-field** because breaking...

Please make it same stile as 't-describe' and 't-it' snippets. Both using arrow function.

It could be great to have a snippet for mat-dialog basic structure such as: ``` ```

Seems like this change made it inconsistent, fx-row generates with the div, but fx-col without the div https://github.com/BeastCode/VSCode-Angular-TypeScript-Snippets/issues/56 plus if it is without the in the end since the request...

Hi, I just went through the painful processes of setting up a custom data binding for number of properties. It would be great if you could include snipet for two...