angular-cn/packages/compiler-cli/ngcc/test/integration
Pete Bacon Darwin bf1bcd1e08 fix(ngcc): render localized strings when in ES5 format (#33857)
Recently the ngtsc translator was modified to be more `ScriptTarget`
aware, which basically means that it will not generate non-ES5 code
when the output format is ES5 or similar.

This commit enhances that change by also "downleveling" localized
messages. In ES2015 the messages use tagged template literals, which
are not available in ES5.

PR Close #33857
2019-11-21 10:54:59 -08:00
..
ngcc_spec.ts fix(ngcc): render localized strings when in ES5 format (#33857) 2019-11-21 10:54:59 -08:00
util.ts test(ngcc): expand integration tests with APF like package layouts (#33875) 2019-11-18 09:11:34 -08:00