Skip to content

Commit

Permalink
fixup! docs: test api doc for pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogarthyde committed Jun 19, 2018
1 parent de33116 commit 449373b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/pipes/date_pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ import {invalidPipeArgumentError} from './invalid_pipe_argument_error';
* template: `<div>
* <p>Today is {{today | date}}</p>
* <p>Or if you prefer, {{today | date:'fullDate'}}</p>
* <p>The time is {{today | date:'hmZ'}}</p>
* <p>The time is {{today | date:'h:mm a z'}}</p>
* </div>`
* })
* // Get the current date and time as a date-time value.
Expand Down

0 comments on commit 449373b

Please sign in to comment.