angular-cn/packages/core
Tobias Bosch 2a0e55ffb5 fix(core): allow tree shaking of component factories and styles (#15214)
Closure compiler is very sensitive to top level function calls.
This commit makes the function calls `createComponentFactory`
and `createRendererTypeV2` logic-less.

Fixes #15181

PR Close #15214
2017-03-17 13:52:57 -05:00
..
src fix(core): allow tree shaking of component factories and styles (#15214) 2017-03-17 13:52:57 -05:00
test fix(animations): only treat view removals as `void` state transitions (#15245) 2017-03-17 13:48:25 -05:00
testing build: fix paths to typings files so tsickle resolves imports correctly 2017-03-16 17:34:29 -07:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
package.json fix(core): update peer dep on zone.js to ^0.8.4 (#15209) 2017-03-16 20:10:53 -07:00
public_api.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
rollup.config.js fix(core): use presence of .subscribe to detect observables rather then Symbol.observable (#15171) 2017-03-15 17:13:03 -07:00
tsconfig-build.json refactor: More generic build.sh file 2017-03-08 16:29:28 -08:00