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

Material Snippets Outdated #16

Closed cgatian closed 7 years ago

cgatian commented 7 years ago

I think some of these snippets incorrect. For example:

md-button:simple

Generates:

<md-button aria-label="button-label"> button-label </md-button>

md-button is no longer component, and a button element should be used with md-button directive.

<button md-button></button>

This was the first snippet I came across. There may be others that are outdated.

BeastCode commented 7 years ago

I haven't added any snippets for Material design, so I think you're looking at another plugin... but maybe we should add some :)

cgatian commented 7 years ago

{headsmack} You're right.

BeastCode commented 7 years ago

No worries :)

Not an issue, closing!