-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
documentation folder not generated #41
Comments
here is my tsconfig
|
here is my routes
|
Watching your console logs, the problem is in NavigatorComponent. |
I can next Tuesday. I'm out for the holidays and don't have access to the source code. Great work! |
@vogloblinsky here is a link to the component |
It is the |
Is it odd that I am using @Injectable componenets? |
@crh225 Components can not be Injectable. Only services can. You can mix and match |
Yes @crh225, @manekinekko is right, i fixed this issue by not stopping compodoc for this use-case; but you will get NavigatorComponent documented in Injectables entry instead of Components. |
@vogloblinsky, @manekinekko, thanks for teaching me more about angular in the process! |
To confirm, that was the issue. It did not like injectable in the component. |
going to add angular2-dependencies-graph globally in yarn and retry. |
@vogloblinsky, The documentation folder did get generated. I have some feedback for enhancements. Is there way to make the menu navigation show/hide based on when you click the menu title? we use generated classes, one class for every db table and needless to say the list is very long. it would be helpful to be able to hide the list. |
Im closing again. Sorry. I have to move on. I will pick this back up in the future when I get better at yarn. We just changed over to use npm offline packages and yarn. Im sure it is something I did. |
@crh225, yep for the closing item in the menu, it is on my todo list |
@crh225 toggle buttons int he menu added in last release ;) |
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. |
Hello, I have installed compodoc, and ran the command to generate the docs. it looks like it is working but no documentation folder is generated.
The text was updated successfully, but these errors were encountered: