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
Currently if you exclude internal services / components etc for your lib, they still get referenced by the NgModule but no docs are generated for them.
Suggest a Fix
The list of files that will be generated is available from the beginning of the run, so the module generation code should just look up each dependency in this array first and exclude them if not included.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.
lockbot
locked as resolved and limited conversation to collaborators
Oct 1, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview of the issue
Currently if you exclude internal services / components etc for your lib, they still get referenced by the NgModule but no docs are generated for them.
Suggest a Fix
The list of files that will be generated is available from the beginning of the run, so the module generation code should just look up each dependency in this array first and exclude them if not included.
The text was updated successfully, but these errors were encountered: