@cardsort-softwares/nx-angular-component
v1.4.0
Published
Run `nx g @cardsort-softwares/nx-angular-component:component $newComponentName $appOrLibToContainComponent` to create a component declared in the specified module.
Downloads
3
Readme
@cardsort-softwares/nx-angular-component
Generating components
Run nx g @cardsort-softwares/nx-angular-component:component $newComponentName $appOrLibToContainComponent
to create a component declared in the specified module.
Generating services
Run nx g @cardsort-softwares/nx-angular-component:service $serviceName $serviceLocationPath
to create a service at the specified path.
You can also include the --provider=$moduleName
flag to set the provider for that service to the containing module.