Olivier Combe
cbe7e39bbe
build(common): don't generate .d.ts & .metadata.json files for i18n locales
...
Fixes #20880
2017-12-14 08:29:36 -08:00
Olivier Combe
3ce3b4d2af
refactor(common): update i18n locale data to CLDR v32 ( #20830 )
...
List of changes between v31.0.1 and v32: http://cldr.unicode.org/index/downloads/cldr-32
PR Close #20830
2017-12-08 10:24:33 -08:00
Olivier Combe
24bf3e2a25
feat(common): add locale id parameter to `registerLocaleData` ( #20623 )
...
PR Close #20623
2017-11-27 17:00:06 -06:00
Chuck Jazdzewski
f96142cd7c
build: remove references to `tsc-wrapped` ( #19298 )
...
With this commit `ngc` is used instead of `tsc-wrapped` for
collecting metadata and tsickle rewriting and `tsc-wrapped`
is removed from the repository.
`@angular/tsc-wrapped@5` is now deprecated and is no longer
used, updated, or maintained as part as of Angular 5.x.x.
`@angular/tsc-wrapped@4` is still maintained and required by
Angular 4.x.x and will be maintained as long as 4.x.x is in
LTS.
PR Close #19298
2017-09-21 13:55:52 -07:00
Olivier Combe
57abe8d078
refactor(common): export locale data from closure-locale ( #18973 )
...
PR Close #18973
2017-08-31 11:23:12 -07:00
Victor Berchet
fdd5010832
fix(common): fix a duplicate case in the locale switch ( #18941 )
2017-08-29 17:02:20 -07:00
Olivier Combe
946e5bda22
fix(common): update closure-locale generation for tree shaking ( #18938 )
2017-08-29 15:29:21 -07:00
Olivier Combe
90bd984ff7
refactor(common): simplify closure-locale by removing imports ( #18926 )
2017-08-29 11:54:43 -07:00
Olivier Combe
48789360b1
feat(common): generate `closure-locale.ts` to tree shake locale data ( #18907 )
...
Closure will only keep the data for the locale defined in `goog.LOCALE`
PR Close #18907
2017-08-29 11:26:10 -05:00
Victor Berchet
4c5aac8cd5
refactor(common): move generated locale files ( #18907 )
...
PR Close #18907
2017-08-29 11:26:10 -05:00