Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help] Schematics other than domain / feature #27

Closed
dtodt opened this issue Oct 22, 2020 · 4 comments
Closed

[Help] Schematics other than domain / feature #27

dtodt opened this issue Oct 22, 2020 · 4 comments

Comments

@dtodt
Copy link

dtodt commented Oct 22, 2020

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.

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.

@pascalbe-dev
Copy link

Hi @dtodt
you are right. The UI and util libs have been implemented. However, they are not released yet. I guess, we need to wait the next release.

@pascalbe-dev
Copy link

This is released now 👍
See here: https://github.com/angular-architects/nx-ddd-plugin/releases/tag/1.1.0

This also brings different features like an ngrx flag for domain libs 🔥

@Frikki
Copy link

Frikki commented Mar 18, 2021

@manfredsteyer I guess this issue could be closed now.

@manfredsteyer
Copy link
Contributor

+1 Thanks. Meanwhile we have such generators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants