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

ng-import #53

Closed HerveGagnon closed 7 years ago

HerveGagnon commented 7 years ago

ng-import generates "import ${module or component} from 'path';" Is there a way to generate "import { } from 'path';" instead?

BeastCode commented 7 years ago

Hi Herve,

It looks like spaces between the brackets are breaking the snippet. I'll put in a quick fix for you.

Thanks /Mike

BeastCode commented 7 years ago

Fix, been published!