Skip to content

Releases: pjlamb12/st3-ng2-snippets

HTTP POST Snippet

12 Sep 20:44
Compare
Choose a tag to compare

An Angular 2 HTTP POST snippet.

Fix Snippet White Space

05 Aug 17:36
Compare
Choose a tag to compare

Many of the snippets would add an extra return and tab after the snippet. This removes that.

Edited Snippets

20 Jul 17:38
Compare
Choose a tag to compare

Removed a Routes snippet that was related to an old router. Updated two other snippets to be better to use.

Router Config Snippet

20 Jul 17:33
Compare
Choose a tag to compare

This release adds a router config snippet to the available snippets.

Minor Snippet Update

18 Jul 21:08
Compare
Choose a tag to compare

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

02 Jun 16:44
Compare
Choose a tag to compare

The import snippet's closing quote mark was inside the placeholder and was deleted when used.

Edited Snippets

02 Jun 16:41
Compare
Choose a tag to compare

The *ngFor and *ngIf triggers don't work, so back to without the * in the trigger.

Updated and Added Snippets

02 Jun 16:38
Compare
Choose a tag to compare

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

19 May 16:44
Compare
Choose a tag to compare

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

06 May 15:07
Compare
Choose a tag to compare

Added ability to use the TypeScript snippets also in .js files. Updated a couple snippets to match rc1 standards.