fix(dart/transform): Fix DirectiveMetadata read tests
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user