This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,14 @@ block includes
3939 [pipe operator](./template-syntax.html#pipe) ( | ) to the [Date pipe](../api/common/index/DatePipe-class.html)
4040 function on the right. All pipes work this way.
4141
42+ .l-sub-section
43+ :marked
44+ The `Date` and `Currency` pipes need the **ECMAScript Internationalization API**.
45+ Safari and other older browsers don't support it. We can add support with a polyfill.
46+
47+ code-example( language ="html" ) .
48+ < script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en">< /script>
49+
4250.l-main-section
4351:marked
4452 ## Built-in pipes
@@ -48,7 +56,7 @@ block includes
4856
4957.l-sub-section
5058 :marked
51- Learn more about these and many other built-in pipes in the the [API Reference](../api/#!?apiFilter=pipe);
59+ Learn more about these and many other built-in pipes in the [API Reference](../api/#!?apiFilter=pipe);
5260 filter for entries that include the word "pipe".
5361
5462 Angular 2 doesn't have a `FilterPipe` or an `OrderByPipe` for reasons explained in an [appendix below](#no-filter-pipe).
You can’t perform that action at this time.
0 commit comments