refactor(ivy): add new ɵɵattribute instruction (#30503)

- adds the ɵɵattribute instruction
- adds compilation handling for Δattribute instruction
- updates tests

PR Close #30503
This commit is contained in:
Ben Lesh
2019-05-15 19:20:02 -07:00
committed by Jason Aden
parent 10f48278c2
commit 38d7acee4d
10 changed files with 657 additions and 634 deletions

View File

@ -21,7 +21,9 @@ export {
markDirty,
store,
tick,
ɵɵallocHostVars,
ɵɵattribute,
ɵɵbind,
ɵɵclassMap,
ɵɵclassProp,