I want to add a custom event when a user press "Reset" button on toolbar. To achieve this, I need to prevent the default behavior, which is zoom all the way out when press on it.
To disable default behavior, I added (zoom)="onZoom($event)" to maps component, then onZoom function, I set args.cancel equal to true, but after set this the default behavior sill remain there.
https://stackblitz.com/edit/angular-ttdjze