mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE Before <div (^click)="onEventHandler()"> <button></button> </div> After <div (click)="onEventHandler()"> <button></button> </div> Closes #3864 |
||
|---|---|---|
| .. | ||
| dom | ||
| api_spec.ts | ||
| event_config_spec.ts | ||
| xhr_impl_spec.ts | ||
| xhr_mock_spec.ts | ||