nstudio / xplat

Cross-platform (xplat) tools for Nx workspaces.
MIT License
367 stars 52 forks source link

[Feature] generate service in xplat architecture set up #263

Open iameduardod opened 3 years ago

iameduardod commented 3 years ago

Please add a "nx generate service --platforms..." option to generate a service in an xplat architecture pattern similar to the generate component CLI command.

@NathanWalker

NathanWalker commented 3 years ago

@iameduardod for all angular specific features you can use those schematics which come with xplat:

nx g @nstudio/angular:service auth --platforms=etc...