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
When I use Nx Console interface to generate a feature using @angular-architects/ddd I get the option to enter a subpath within the libs directory. When I enter ui/ I would expect, that the resulting path would be libs/ui/domain-name/feature-name. But I get libs/domain-name/ui/feature-name. See image below.
In my project we have different subfolders under libs and I need the new feature to be inside libs/ui/app-configuration. Am I understanding the option subpath within libs directory wrong or is this a bug? How can I create a feature using @angular-architects/ddd within a subfolder of the libs folder?
The text was updated successfully, but these errors were encountered:
When I use Nx Console interface to generate a feature using @angular-architects/ddd I get the option to enter a subpath within the libs directory. When I enter ui/ I would expect, that the resulting path would be libs/ui/domain-name/feature-name. But I get libs/domain-name/ui/feature-name. See image below.
In my project we have different subfolders under libs and I need the new feature to be inside libs/ui/app-configuration. Am I understanding the option subpath within libs directory wrong or is this a bug? How can I create a feature using @angular-architects/ddd within a subfolder of the libs folder?
The text was updated successfully, but these errors were encountered: