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
39
39
[pipe operator](./template-syntax.html#pipe) ( | ) to the [Date pipe](../api/common/index/DatePipe-class.html)
40
40
function on the right. All pipes work this way.
41
41
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
+
42
50
.l-main-section
43
51
:marked
44
52
## Built-in pipes
@@ -48,7 +56,7 @@ block includes
48
56
49
57
.l-sub-section
50
58
: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);
52
60
filter for entries that include the word "pipe".
53
61
54
62
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