docs(DatePipe): Update date doc reference in date_pipe.ts (#9081)

This commit is contained in:
Idir Ouhab Meskine 2016-06-10 01:05:13 +02:00 committed by Victor Berchet
parent 0c9e8dbf60
commit 9146bb0816
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ var defaultLocale: string = 'en-US';
* punctuations, ...) and details of the formatting will be dependent on the locale.
* On the other hand in Dart version, you can also include quoted text as well as some extra
* date/time components such as quarter. For more information see:
* https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/intl/intl.DateFormat.
* https://www.dartdocs.org/documentation/intl/0.13.0/intl/DateFormat-class.html
*
* `format` can also be one of the following predefined formats:
*