feat(transform): update for Directive.host

This commit is contained in:
Victor Berchet
2015-06-09 12:54:47 +02:00
committed by Tobias Bosch
parent 20953ed492
commit 591f742d42
12 changed files with 45 additions and 52 deletions
@@ -3,10 +3,10 @@
"id": "MyComponent",
"selector": "[soup]",
"compileChildren": true,
"hostListeners": {},
"hostProperties": {},
"hostListeners": {},
"hostActions": {},
"hostAttributes": {},
"hostActions": null,
"properties": [],
"readAttributes": [],
"type": 1,