Skip to content

Releases: dbaikov/vscode-angular2-component-generator

Minor fix of scss extension in component styleUrl

21 May 21:15
Compare
Choose a tag to compare

Fixes styleUrl extension (css/scss) when generating component with scss (issue #5)

Extended configuration

16 Apr 03:51
Compare
Choose a tag to compare
  • Allow a global configuration object to be defined
  • Added quotes property: singleor double in other words ( ' or " )
  • Merged defaultconfiguration (assets folder) with userdefined configuration
    therefore the whole configuration object doesn't need to be copied for a single config change
  • Added generateFolder property to global config to enable / disable generation of the component in the separate folder

See Full Changelog.

Initial Release

13 Apr 23:06
Compare
Choose a tag to compare
v0.0.1

initial commit