Releases: pjlamb12/st3-ng2-snippets
HTTP POST Snippet
Fix Snippet White Space
Many of the snippets would add an extra return and tab after the snippet. This removes that.
Edited Snippets
Removed a Routes snippet that was related to an old router. Updated two other snippets to be better to use.
Router Config Snippet
This release adds a router config snippet to the available snippets.
Minor Snippet Update
This adds a semicolon to the import snippet so you don't have to manually add it.
Also removes comment of the moduleId part of the component declaration.
Edited Import Snippet
The import snippet's closing quote mark was inside the placeholder and was deleted when used.
Edited Snippets
The *ngFor and *ngIf triggers don't work, so back to without the * in the trigger.
Updated and Added Snippets
The ngFor and ngIf snippets trigger is now *ngIf and *ngFor.
Add an import snippet for needing to import a module from another file.
New Currency Pipe Filter
This release adds a currency pipe filter, defaulting to USD, showing the currency similar, and at least one digit on the left of the decimal, and only two digits on the right of the decimal.
Minor Upgrades for rc1
Added ability to use the TypeScript snippets also in .js files. Updated a couple snippets to match rc1 standards.