Miško Hevery
4d164b6ca4
fix(ivy): make defineComponent tree shakable by Closure Compiler ( #26425 )
...
PR Close #26425
2018-10-16 20:37:35 -07:00
Igor Minar
e3064d5432
feat: typescript 2.9 support ( #24652 )
...
PR Close #24652
2018-07-03 13:32:06 -07:00
Alex Rickabaugh
646b42a113
feat(ivy): JIT renders the TODO app ( #24138 )
...
This commit builds out enough of the JIT compiler to render
//packages/core/test/bundling/todo, and allows the tests to run in
JIT mode.
To play with the app, run:
bazel run --define=compile=jit //packages/core/test/bundling/todo:prodserver
PR Close #24138
2018-05-30 11:25:57 -07:00
JiaLi.Passion
3a86940ca5
fix(core): should check Zone existance when scheduleMicroTask ( #20656 )
...
PR Close #20656
2018-02-02 07:53:55 -08:00
Tobias Bosch
b21a1d1961
fix: create proper externs so that closure does not clobber e.g. ng
for internal variables ( #19423 )
2017-09-26 15:02:33 -07:00
Miško Hevery
d9d00bd9b5
feat(core): Create StaticInjector which does not depend on Reflect polyfill.
2017-08-07 15:40:15 -07:00
Alex Eagle
5faf520067
build: Introduce Bazel build rules
...
So far this just compiles the core and common packages.
2017-06-05 11:18:20 -07:00
Dzmitry Shylovich
8e6995c91e
fix(core): stringify shouldn't throw when toString returns null/undefined ( #14975 )
...
Fixes #14948
PR Close #14975
2017-03-21 12:20:44 -05:00
Jason Aden
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00