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

fx-row and fx-col inconsistent behavior #104

Open talamaska opened 5 years ago

talamaska commented 5 years ago

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 <div infront, why it does have > in the end since the request was to be only attributes. Like this change is incompleted

<div fxLayout="row" fxLayoutAlign="start start" fxLayoutGap="gappx">

</div>

vs

fxLayout="column" fxLayoutAlign="start start" fxLayoutGap="gappx">