Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNavigation type should be interface so it can be documented #37384
Labels
Projects
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected Package
@angular/routerIs this a regression?
Yes, the previous version in which this bug was not present was: ....Description
The property documentation strings that are present in the file do not render because this is a type. Per @petebacondarwin, it could just as easily be an interface, which could be properly documented.
Compare: https://angular.io/api/router/Navigation
Source doc: packages/router/src/router.ts