@@ -65,7 +65,7 @@ The input date can be one of the following:
6565* undefined
6666
6767The 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 ) .
6969
7070With the ` INTL_DATE_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
7171
@@ -85,7 +85,7 @@ The input can be one of the following:
8585* undefined
8686
8787The 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 ) .
8989
9090With the ` INTL_DECIMAL_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
9191
@@ -105,7 +105,7 @@ The input can be one of the following:
105105* undefined
106106
107107The 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 ) .
109109
110110With the ` INTL_PERCENT_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
111111
@@ -128,7 +128,7 @@ The currency code parameter is required and must be a valid ISO 4217 currency co
128128number instead, use the ` intlDecimal ` pipe.
129129
130130The 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 ) .
132132
133133With the ` INTL_CURRENCY_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
134134
@@ -147,7 +147,7 @@ The input can be one of the following:
147147* undefined
148148
149149The 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 ) .
151151
152152With the ` INTL_LANGUAGE_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
153153
@@ -166,7 +166,7 @@ The input can be one of the following:
166166* undefined
167167
168168The 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 ) .
170170
171171With the ` INTL_COUNTRY_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
172172
@@ -190,7 +190,7 @@ the [specification](https://tc39.es/proposal-unified-intl-numberformat/section6/
190190for a full list of possible values. If you want to transform a decimal number instead, use the ` intlDecimal ` pipe.
191191
192192The 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 ) .
194194
195195With the ` INTL_UNIT_PIPE_DEFAULT_OPTIONS ` injection token you can specify default options.
196196
@@ -201,7 +201,6 @@ For more context, see the following [GitHub issue](https://github.com/angular/an
201201## Feature Roadmap
202202
203203* Performance: Prepare Intl.* object with default options, only construct new object when necessary
204- * Limit options to only what is allowed by Intl API
205204* List pipe
206205* Relative time pipe
207206* Migration Schematics for usages of Angular pipes
0 commit comments