(template: string)
| 1784 | } |
| 1785 | |
| 1786 | function initWithTemplate(template: string) { |
| 1787 | return initComponent({template}); |
| 1788 | } |
| 1789 | function initWithHostBindings(bindings: {[key: string]: string}) { |
| 1790 | return initComponent({host: bindings}); |
| 1791 | } |
no test coverage detected
searching dependent graphs…