mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Example:
@Directive({selector: 'my-directive'})
class MyDirective {
@HostBinding("attr.my-attr") myAttr: string;
@HostListener("click", ["$event.target"])
onClick(target) {
this.target = target;
}
}
Closes #3996
|
||
|---|---|---|
| .. | ||
| benchmark/transform | ||
| compiler | ||
| core | ||
| forms | ||
| http | ||
| mock | ||
| pipes | ||
| router | ||
| test_lib | ||
| web_workers | ||
| platform.dart | ||
| platform.ts | ||