Saeed Abdul Rahim
Saeed Abdul Rahim
[excludeBeforeClick]="true" didn't help I am having a modal with ng-select where if I click the dropdown - it is considered as an outside click
I've tried removing it from esm2015/internal/mat-slider-progress-bar/mat-slider-progress-bar.component.ts. This isn't working for me. Result is the same Angular 9
My workaround was: Going to `styles.css` file in your angular project and add: ``` .ngxImageZoomContainer { width: auto !important; height: auto !important; } ```