angular-cn/packages/compiler/test/render3/view
Andrew Kushnir dee16a4355 fix(ivy): update ICU placeholders format to match Closure compiler (#31459)
Since `goog.getMsg` does not process ICUs (post-processing is required via goog.i18n.MessageFormat, https://google.github.io/closure-library/api/goog.i18n.MessageFormat.html) and placeholder format used for ICUs and regular messages inside `goog.getMsg` are different, the current implementation (that assumed the same placeholder format) needs to be updated. This commit updates placeholder format used inside ICUs from `{$placeholder}` to `{PLACEHOLDER}` to better align with Closure. ICU placeholders (that were left as is prior to this commit) are now replaced with actual values in post-processing step (inside `i18nPostprocess`).

PR Close #31459
2019-07-10 18:31:33 -04:00
..
binding_spec.ts fix(ivy): match microsyntax template directives correctly (#29698) 2019-04-19 11:15:25 -07:00
i18n_spec.ts fix(ivy): update ICU placeholders format to match Closure compiler (#31459) 2019-07-10 18:31:33 -04:00
util.ts refactor(compiler): use `options` argument for parsers (#28055) 2019-02-12 20:58:27 -08:00