0.0.4 • Published 5 years ago
@woodwing/angular-schematics v0.0.4
Schematics for Angular
Installation
ng add @woodwing/angular-schematicsUsage
story (alias: s)
ng g @woodwing/angular-schematics:s buttonThis 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.