@woodwing/angular-schematics
v0.0.4
Published
Schematics for Angular
Downloads
3
Keywords
Readme
Schematics for Angular
Installation
ng add @woodwing/angular-schematics
Usage
story
(alias: s
)
ng g @woodwing/angular-schematics:s button
This command creates a story for a component with the given name. The command expects the component to be in the same folder as the story. If this is not the case, make sure to pass the componentPath
parameter which points to the component.