deerawan / vscode-material2-snippets

Snippets for Angular Material 2
MIT License
3 stars 1 forks source link

Update to latest Angular Material 2 #4

Open thorben-brinkmann opened 7 years ago

thorben-brinkmann commented 7 years ago

Hi @deerawan, because Angular Material 2 has evolved since last year, is it possible that you support the new TypeScript Modules in your snippets? Your extension uses the old @angular2-material packages instead of the current @angular/material packages.

deerawan commented 7 years ago

Hi @nebroht,

definitely, will work on it this weekend. 👍

deerawan commented 7 years ago

Just released 2.0.0 to match with latest angular Material 2. https://marketplace.visualstudio.com/items?itemName=deerawan.vscode-material2-snippets

Let me know if something can be improved. Thanks @nebroht

andershagebakken commented 6 years ago

Hi. 2.0.0-beta.11 introduces the deprecation of "md" the prefix. Have you considered replacing "md" with "mat"? Ref https://github.com/angular/material2/releases/tag/2.0.0-beta.11

deerawan commented 6 years ago

@andershagebakken thank you for your question.

Yeah, will consider to replace md with mat to align with the latest angular material version.