-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncustomer-google3Issues originating from or important to AngularIssues originating from or important to Angular
Description
For example, visit https://angular.io/docs/dart/latest/api/angular2.security/TemplateSecurityContext-class.html. Click on any inherited class member like hashCode
and this results in 404, page not found.
To reproduce locally:
- Clone/checkout https://github.com/dart-lang/angular2
- cd to the repo root.
- Generate the api docs:
dartdoc
- View the results, say, with
dhttpd --path doc/api
- Search for
TemplateSecurityContext
to find the same page as the one given above.
cc @kwalrath
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncustomer-google3Issues originating from or important to AngularIssues originating from or important to Angular