mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a34267b72e
Flip `stopPropagation` constructor parameter default to `false` for `EventContract` and `EventContractMultiContainer`. Change type for `EventContract` to `false` to indicate that no values besides `false` should be passed. This enables removing all usages of `stopPropagation` in `EventContract` and leaving only usages of `stopPropagation = true` for `EventContractMultiContainer`. PR Close #55351
Angular
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
Usage information and reference details can be found in Angular documentation.
License: MIT