mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Refs http://b/214103351. This happens if a user writes `<span i18n>Message</span>`. This is accepted as an internationalized message, but without a description. JSCompiler will throw an error in this situation because descriptions are generally required. Now, the Angular compiler will generate a suppression annotation so JSCompiler allows the syntax. This will ease an internal migration to JSCompiler-based i18n. PR Close #44787 |
||
|---|---|---|
| .. | ||
| binding_spec.ts | ||
| i18n_spec.ts | ||
| parse_template_options_spec.ts | ||
| util.ts | ||