Extension automatically creates folder for angular2 component containing :
component.ts
module.ts
component.html
component.css
lower case, dash separated string
${selector}.component.html
${selector}.component.css
componentName in PascalCase
Use the "template" key to override default templates for the extension
ng2ComponentGenerator:files:component:create: trueextension: "ts"template: "${workspaceRoot}/my.template"css:create: trueextension: "scss"html:create: trueextension: "html"module:create: trueextension: "ts"
Please report here
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.