Waseem Isaac
Waseem Isaac
Iam using `"@angular/core": "^12.1.1"` `"xng-breadcrumb": "^7.2.0",` `queryParams` for the other breadcrumbs are cleared on page refreshed. even if I'm using: ``` {{ info }} {{ breadcrumb | translate }} ```
### This is a... * [x] bug report ### Environment NodeJS Version: 5.6.0 Typescript Version: ~2.7.2 Angular Version: ^6.1.0 @angular-redux/store version: (ng2-redux) : ^5.1.2 @angular/cli version: (if applicable) : 6.1.5...
A click on a disabled item should do nothing. these changes fixes an issue with me, And I think it will fix https://github.com/kuhnroyal/mat-datetimepicker/issues/158 as well.
I want to disable zoom by pinch. When I set `options.zoom.pinch.enabled` by `false`. while setting `options.zoom.wheel.enabled: true`, I still can zoom by pinch. For reproduce the case you can try...