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] Routing in docs doesn't work with Angular Standalone provideRouter #1448

Open
surgutov55 opened this issue Mar 25, 2024 · 0 comments
Open

Comments

@surgutov55
Copy link

Overview of the issue

Routing in docs doesn't work with Angular 16 (Cause: routes are provided using provideRouter in ApplicationConfig)
https://angular.io/guide/standalone-components#bootstrapping-an-application-using-a-standalone-component

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

Compodoc Version 1.1.23

Angular configuration, a package.json file in the root folder

"@angular/animations": "^16.1.7",
"@angular/cdk": "^16.1.6",
"@angular/common": "^16.1.7",
"@angular/compiler": "^16.1.7",
"@angular/core": "^16.1.7",
"@angular/forms": "^16.1.7",
"@angular/material": "^16.1.6",
"@angular/platform-browser": "^16.1.7",
"@angular/platform-browser-dynamic": "^16.1.7",
"@angular/router": "^16.1.7",

Compodoc installed globally or locally ?

Locally

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