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

Support "import x as y" #192

@chalin

Description

@chalin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions