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