Otter generators evolution #2613
mrednic-1A
started this conversation in
Ideas
Replies: 1 comment
-
Hello, I cannot edit the post for now, but I started creating some issues, I have a list with more issues, that I will create when I am back from holidays: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Modularity
Remove @ngrx deps from the default generators (create + ng g app + ng g lib)
The idea is to check which packages are bringing the @ngrx dependencies and see if the features adding @ngrx present in initial generation is really needed at the beginning or it can be a specific generator.
When generating an app: @o3r/core -> @o3r/application -> @o3r/routing
@o3r/routing needs @ngrx for the routing-guard store -> the routing-guard store can be added by a specific generator if needed (after the creation of the app)
Fixes
Beta Was this translation helpful? Give feedback.
All reactions