ng2-webstorm-snippets icon indicating copy to clipboard operation
ng2-webstorm-snippets copied to clipboard

Angular 2 TypeScript Live Templates (Snippets) for WebStorm

Results 5 ng2-webstorm-snippets issues
Sort by recently updated
recently updated
newest added

Create new Observable like this: return new Observable((subscriber: Subscriber) => { });$END$ This might come in handy

Hello, thanks for the snippets. I could really use an ngOnChanges snippet. I can also implement it if you don't have time.

It does work on 2017.1,but after I updated WS to 2017.2.4,it doesn't work anymore. Please fix it

In templates, using trackBy in ngFor is not recognized as a valid syntax. Check screenshot: ![image](https://user-images.githubusercontent.com/5101740/32408113-acb60200-c1b8-11e7-8714-3d94bca65f0d.png) I even tried with a space between semicolon and trackBy expression, still that does...

I just saw the ngConf presentation by JohnPapa and hoped that Webstorm has snippets for this too, just like his VS Code. Thanks @MrZaYaC for moving so quiickly and getting...