refactor(ivy): simplify property binding metadata storage (#32457)

Since property binding metadata storage is guarded with the ngDevMode now
and several instructions were merged together, we can simplify the way we
store and read property binding metadata.

PR Close #32457
This commit is contained in:
Pawel Kozlowski
2019-09-03 17:21:57 +02:00
committed by Miško Hevery
parent cfa09b84dd
commit a383a5a165
11 changed files with 211 additions and 288 deletions

View File

@ -488,9 +488,6 @@
{
"name": "baseResolveDirective"
},
{
"name": "bind"
},
{
"name": "bindingUpdated"
},
@ -1457,4 +1454,4 @@
{
"name": "ɵɵtextInterpolate1"
}
]
]