Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Broken link in docs - Pipes guide #2451

Closed
@jkjustjoshing

Description

@jkjustjoshing

The page is https://angular.io/docs/ts/latest/guide/pipes.html

Under the "Using Pipes" section below the 1st code example is the following:

Inside the interpolation expression we flow the component's birthday value through the pipe operator ( | ) to the Date pipe function on the right. All pipes work this way.

The "Date pipe" is a link to https://angular.io/docs/ts/latest/api/common/index/DatePipe-class.html which is a broken link. It should be https://angular.io/docs/ts/latest/api/common/index/DatePipe-pipe.html ("pipe" not "class" at the end of the URL).

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