8 Commits

Author SHA1 Message Date
Matias Niemelä
7c8a62d64d refactor(ivy): remove elementIndex param from all element-level styling instructions ()
This patch is one commit of many patches that will unify all styling instructions
across both template-level bindings and host-level bindings. This patch in particular
removes the `elementIndex` param because it is already set prior to each styling
instruction via the `select(n)` instruction.

PR Close 
2019-05-08 09:18:19 -07:00
Alex Rickabaugh
b0578061ce refactor(ivy): use ɵɵ instead of Δ for now ()
The `Δ` caused issue with other infrastructure, and we are temporarily
changing it to `ɵɵ`.

This commit also patches ts_api_guardian_test and AIO to understand `ɵɵ`.

PR Close 
2019-04-11 16:27:56 -07:00
Ben Lesh
138ca5a246 refactor(ivy): prefix all generated instructions ()
- Updates all instructions to be prefixed with the Greek delta symbol

PR Close 
2019-04-10 12:11:40 -07:00
Paul Gschwendtner
c916b360bf build: serve benchmark tree examples with bazel ()
PR Close 
2019-02-08 13:37:36 -08:00
Kara Erickson
d573a14119 fix(ivy): update tree benchmark to use ngIf ()
PR Close 
2018-10-23 08:53:19 -07:00
Miško Hevery
66528a21f6 build: fix benchmarks for render3 ()
PR Close 
2017-12-21 21:40:58 -08:00
Marc Laval
d1de587ce0 feat(core): add renderer factory in render3 ()
PR Close 
2017-12-21 21:40:58 -08:00
Marc Laval
f75296e04e perf: add benchmarks for IV and render3 with functions (tree) ()
PR Close 
2017-12-21 21:40:58 -08:00