Craig Shearer 🏠
Craig Shearer 🏠
For anybody else who gets stuck on this, I was wanting to use the time picker only. I got it to work minimally with the following: ``` import { NgxMatTimepickerModule,...
In 1.1.12 `md-center-tabs` now works, but pagination doesn't work with `md-center-tabs` turned on. The tabs shrink with an ellipsis instead. Turning off `md-center-tabs` makes pagination work when there's not enough...
@afdia Thanks for the quick reply. I've now changed the properties panel font size to 20 and that makes it usable now - though it wouldn't hurt to allow even...
In my project, to work around this, I've added the following styling: ``` .mat-mdc-form-field-type-checkbox { .mat-mdc-text-field-wrapper { padding: 0; background-color: transparent; .mat-mdc-form-field-focus-overlay { display: none; } .mdc-line-ripple { display: none;...
I've had a similar issue. Trying to run on an Android emulator, breakpoints don't get hit unless I set "stopsOnEntry": true in the configuration.