nx g service that updates the Lib index.ts #5544
webmandman
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was surprised to find that running
nx generate service user --project=api
did not update Lib "api" index.ts withimport * from './lib/user.service';
and api.module.ts with the user.service import.Can this be added?
Beta Was this translation helpful? Give feedback.
All reactions