Files
angular/packages/compiler-cli/test
Matias Niemelä 4e3eb25edc refactor(ivy): generate 2 slots per styling instruction (#34616)
Compiler keeps track of number of slots (`vars`) which are needed for binding instructions. Normally each binding instructions allocates a single slot in the `LView` but styling instructions need to allocate two slots.

PR Close #34616
2020-01-24 14:04:39 -08:00
..