fix(dart/transform): Fix DirectiveMetadata read tests
This commit is contained in:
parent
8a3b0b366f
commit
000a8e25a2
|
@ -5,7 +5,7 @@
|
||||||
"selector":"hello-app",
|
"selector":"hello-app",
|
||||||
"compileChildren":true,
|
"compileChildren":true,
|
||||||
"hostListeners":{},
|
"hostListeners":{},
|
||||||
"hostProperties":[],
|
"hostProperties":{},
|
||||||
"properties":[],
|
"properties":[],
|
||||||
"readAttributes":[],
|
"readAttributes":[],
|
||||||
"type":1,
|
"type":1,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"selector":"goodbye-app",
|
"selector":"goodbye-app",
|
||||||
"compileChildren":true,
|
"compileChildren":true,
|
||||||
"hostListeners":{},
|
"hostListeners":{},
|
||||||
"hostProperties":[],
|
"hostProperties":{},
|
||||||
"properties":[],
|
"properties":[],
|
||||||
"readAttributes":[],
|
"readAttributes":[],
|
||||||
"type":1,
|
"type":1,
|
||||||
|
|
Loading…
Reference in New Issue