component-creator READMEFeaturesThis little extension simply creates below 4 files which are commonly constructing an Angular component based on the component name you input. [component_name].component.ts [component_name].component.spec.ts [component_name].component.html [component_name].component.scss Known IssuesN/A Release Notes2.0.0Add support for service class and spec. 1.0.1Add default constructor to component class, refine spec format. 1.0.0Initial release |