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 |
||
|---|---|---|
| .. | ||
| integration | ||
| location_spec.ts | ||
| path_recognizer_spec.ts | ||
| route_config_spec.dart | ||
| route_config_spec.ts | ||
| route_recognizer_spec.ts | ||
| route_registry_spec.ts | ||
| router_link_spec.ts | ||
| router_spec.ts | ||
| spies.dart | ||
| spies.ts | ||
| url_parser_spec.ts | ||