fix(compiler): changed the compiler to set up event listeners and host properties on host view elements

Closes #1584
This commit is contained in:
vsavkin
2015-04-27 15:14:30 -07:00
committed by Misko Hevery
parent 414e58edb5
commit e3c11045bf
14 changed files with 187 additions and 93 deletions

View File

@ -150,7 +150,9 @@ class ParentCmp {
constructor() {}
}
@Component()
@Component({
selector: 'my-comp'
})
class MyComp {
name;
}