@@ -65,7 +65,7 @@ The input date can be one of the following:
65
65
* undefined
66
66
67
67
The options are the same as the options for ` new Intl.DateTimeFormat() ` . For a list of the options, see
68
- their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat ) .
68
+ their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat#options ) .
69
69
70
70
With the ` INTL_DATE_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
71
71
@@ -85,7 +85,7 @@ The input can be one of the following:
85
85
* undefined
86
86
87
87
The options are the same as the options for ` new Intl.NumberFormat() ` . For a list of the options, see
88
- their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat ) .
88
+ their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#options ) .
89
89
90
90
With the ` INTL_DECIMAL_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
91
91
@@ -105,7 +105,7 @@ The input can be one of the following:
105
105
* undefined
106
106
107
107
The options are the same as the options for ` new Intl.NumberFormat() ` . For a list of the options, see
108
- their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat ) .
108
+ their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#options ) .
109
109
110
110
With the ` INTL_PERCENT_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
111
111
@@ -128,7 +128,7 @@ The currency code parameter is required and must be a valid ISO 4217 currency co
128
128
number instead, use the ` intlDecimal ` pipe.
129
129
130
130
The options are the same as the options for ` new Intl.NumberFormat() ` . For a list of the options, see
131
- their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat ) .
131
+ their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#options ) .
132
132
133
133
With the ` INTL_CURRENCY_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
134
134
@@ -147,7 +147,7 @@ The input can be one of the following:
147
147
* undefined
148
148
149
149
The options are the same as the options for ` new Intl.DisplayNames() ` . For a list of the options, see
150
- their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/DisplayNames ) .
150
+ their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/DisplayNames#options ) .
151
151
152
152
With the ` INTL_LANGUAGE_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
153
153
@@ -166,7 +166,7 @@ The input can be one of the following:
166
166
* undefined
167
167
168
168
The options are the same as the options for ` new Intl.DisplayNames() ` . For a list of the options, see
169
- their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/DisplayNames ) .
169
+ their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/DisplayNames#options ) .
170
170
171
171
With the ` INTL_COUNTRY_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
172
172
@@ -190,7 +190,7 @@ the [specification](https://tc39.es/proposal-unified-intl-numberformat/section6/
190
190
for a full list of possible values. If you want to transform a decimal number instead, use the ` intlDecimal ` pipe.
191
191
192
192
The options are the same as the options for ` new Intl.NumberFormat() ` . For a list of the options, see
193
- their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat ) .
193
+ their [ docs] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#options ) .
194
194
195
195
With the ` INTL_UNIT_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
196
196
@@ -201,7 +201,6 @@ For more context, see the following [GitHub issue](https://github.com/angular/an
201
201
## Feature Roadmap
202
202
203
203
* Performance: Prepare Intl.* object with default options, only construct new object when necessary
204
- * Limit options to only what is allowed by Intl API
205
204
* List pipe
206
205
* Relative time pipe
207
206
* Migration Schematics for usages of Angular pipes
0 commit comments