1.4.0 • Published 2 years ago

@cardsort-softwares/nx-angular-component v1.4.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@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.