Ben Lesh
c64b13e593
refactor(ivy): split util functions into different files ( #28382 )
...
Google3 detected circular references here, so splitting up this rather hodge-podge list of functions into slightly better organizational units.
PR Close #28382
2019-02-22 13:17:30 -08:00
Kristiyan Kostadinov
e1aaa7ec48
fix(ivy): component destroy hook called twice when configured as provider ( #28470 )
...
Fixes the `ngOnDestroy` hook on a component or directive being called twice, if the type is also registered as a provider.
This PR resolves FW-1010.
PR Close #28470
2019-02-21 09:34:26 -08:00
Misko Hevery
885f1af509
build: extract interface and util sub compilation from core ( #28028 )
...
PR Close #28028
2019-01-10 16:31:44 -08:00
Marc Laval
e775313188
fix(ivy): ngOnDestroy hooks should be called on providers ( #27955 )
...
PR Close #27955
2019-01-07 14:43:33 -08:00
Miško Hevery
b2d6f43b49
fix(ivy): Implement remaining methods for DebugNode ( #27387 )
...
PR Close #27387
2018-12-04 19:58:25 -08:00
Misko Hevery
816ec0b1c3
refactor(ivy): treate LView as the primary global state ( #27282 )
...
- rename `LViewData` to `LView` (to be consistent with `TView`)
- Remove `getRenderer`, `getRendererFactory`, `getTview`, `getCurrentQueries`,
PR Close #27282
2018-11-29 21:26:15 -08:00
Miško Hevery
95f852e856
build: fix comment formatting to make closure happy ( #26769 )
...
PR Close #26769
2018-10-25 19:40:36 -04:00
Marc Laval
b0476f308b
feat(ivy): support providers and viewProviders ( #25803 )
...
PR Close #25803
2018-10-25 12:58:40 -04:00