angular-cn/packages/core
Pete Bacon Darwin bc7cde0f01 fix(core): ensure that `ngI18nClosureMode` is guarded (#34211)
If the `ngI18nClosureMode` global check actually makes it
through to the runtime, then checks for its existence should
be guarded to prevent `Reference undefined` errors in strict
mode.

(Normally, it is stripped out by dead code elimination during
build optimization.)

PR Close #34211
2019-12-03 16:18:12 -08:00
..
schematics refactor(core): update missing-injectable migration description to match guide (#34125) 2019-12-02 11:21:50 -08:00
src fix(core): ensure that `ngI18nClosureMode` is guarded (#34211) 2019-12-03 16:18:12 -08:00
test refactor(ivy): check metadata presence before compiling Type in R3TestBed (#34204) 2019-12-03 16:13:54 -08:00
testing refactor(ivy): check metadata presence before compiling Type in R3TestBed (#34204) 2019-12-03 16:13:54 -08:00
BUILD.bazel build: reference zone.js from source directly instead of npm. (#33046) 2019-11-06 00:48:34 +00:00
PACKAGE.md
index.ts
package.json build: set up all packages to publish via wombot proxy (#33747) 2019-11-13 11:34:33 -08:00
public_api.ts