You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm new to this plugin, so I was learning how do to things.
I've found in nx-ddd-plugin/libs/ddd/collection.json, these types: domain, feature, ui and util.
And in this issue, #15 (comment), something like this:
ng g [...]:domain
ng g [...]:feature
ng g [...]:util
ng g [...]:ui
ng g [...]:api
But when I try this command: ng g @angular-architects/ddd:ui todo
It gives me this error:
$ nx g @angular-architects/ddd:ui todo
An unhandled exception occurred: Schematic "ui" not found in collection "@angular-architects/ddd".
See "/private/var/folders/5q/vp21tsm932z9chmrch5ch6tc0000gn/T/ng-91UPZX/angular-errors.log"for further details.
error Command failed with exit code 127.
Hi, I'm new to this plugin, so I was learning how do to things.
I've found in
nx-ddd-plugin/libs/ddd/collection.json
, these types:domain
,feature
,ui
andutil
.And in this issue, #15 (comment), something like this:
But when I try this command:
ng g @angular-architects/ddd:ui todo
It gives me this error:
Os: MacOs Catalina
Node: v14.14.0
Yarn: 1.22.10
Angular: v9
Nx: v9
I want to speed up my workspace development with this plugin, so, any help will be appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: