Skip to content
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

[BUG] When navigating from module to export file it opens blank page #1290

Closed
karol719 opened this issue Sep 26, 2022 · 0 comments
Closed

[BUG] When navigating from module to export file it opens blank page #1290

karol719 opened this issue Sep 26, 2022 · 0 comments
Assignees
Milestone

Comments

@karol719
Copy link

Overview of the issue

When navigating from module to export file it opens blank page. I have NestJS module which uses ServiceA as provider and export it. If I click on ServiceA in providers list it goes to this service correctly, but when I click it from exports list it goes to blank page.

Operating System, Node.js, npm, compodoc version(s)

Compodoc 1.1.19

Compodoc installed globally or locally ?

locally

If possible sourcecode of the file where it breaks
@Module({
   providers: [ServiceA],
   exports: [ServiceA]
})
export class AModule {}
Reproduce the error

Navigate through module:

  • Go to service from injectables list
  • Go to service from exports list
Suggest a Fix

image

image

Probably path should be changed to `/injectables/*.html`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants