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
Description
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
Labels
No labels