angular-cn/scripts/ci
Pete Bacon Darwin fa79f51645 refactor(ivy): update the compiler to emit `$localize` tags (#31609)
This commit changes the Angular compiler (ivy-only) to generate `$localize`
tagged strings for component templates that use `i18n` attributes.

BREAKING CHANGE

Since `$localize` is a global function, it must be included in any applications
that use i18n. This is achieved by importing the `@angular/localize` package
into an appropriate bundle, where it will be executed before the renderer
needs to call `$localize`. For CLI based projects, this is best done in
the `polyfills.ts` file.

```ts
import '@angular/localize';
```

For non-CLI applications this could be added as a script to the index.html
file or another suitable script file.

PR Close #31609
2019-08-30 12:53:26 -07:00
..
clone_angular_material_repo.sh build: lock material unit tests job to specific commit (#31569) 2019-07-25 13:08:33 -07:00
payload-size.js build: error when files specified in payload size limits are missing (#27250) 2018-12-05 13:26:26 -08:00
payload-size.sh ci: re-enable payload size tracking (#31138) 2019-06-19 15:55:10 -07:00
publish-build-artifacts.sh ci: Add ANGULAR_PACKAGE to snapshot builds (#31900) 2019-08-28 21:25:56 -07:00
run_angular_material_unit_tests.sh refactor(ivy): update the compiler to emit `$localize` tags (#31609) 2019-08-30 12:53:26 -07:00
update-deps-to-dist-packages.js test(ivy): update Material to recent commit from master branch (#31569) 2019-07-25 13:08:33 -07:00