We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212bde7 commit 5428161Copy full SHA for 5428161
src/commands/generate/component/widget/widget.ts
@@ -49,8 +49,8 @@ const COMMAND: GluegunCommand = {
49
});
50
51
printCreated(print, `${componentPath}.component.html`);
52
- printCreated(print, `${componentPath}.component.ts`);
53
printCreated(print, `${componentPath}.component.scss`);
+ printCreated(print, `${componentPath}.component.ts`);
54
printCreated(print, `${componentPath}.widget.module.ts`);
55
}
56
};
0 commit comments