xplat icon indicating copy to clipboard operation
xplat copied to clipboard

[Feature] generate service in xplat architecture set up

Open iameduardod opened this issue 4 years ago • 1 comments

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

iameduardod avatar May 04 '21 14:05 iameduardod

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

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

NathanWalker avatar May 04 '21 14:05 NathanWalker