This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Description
Line 17 of router-deprecated/src/lifecycle/lifecycle_annotations.ts is:
import {CanActivate as CanActivateAnnotation} ...
but when generating the API docs CanActivateAnnotation gets reported as an invalid:
Invalid link (does not match any doc): "RouteConfigAnnotation" - doc "@angular/router-deprecated/index/RouteConfig" (decorator) - from file "/Users/chalin/git/angular/modules/@angular/router-deprecated/src/route_config/route_config_decorator.ts"
This can be confirmed from the corresponding API page: notice how the link to CanActivateAnnotation is invalid.