mpo-dev
mpo-dev
Running into the same issue, can confirm the grid item specific `resizableHandles` on the first grid item is applied to all other grid items.
@Destreyf That's the point, I figured `[email protected]` needs at least `"@apollo/client": "^3.4.0"` by trail and error, despite the library dependency specifying `"@apollo/client": "^3.0.0"`. Any `@apollo/client` version below `3.4.0` results in...
I have the same issue, the `MatDialog` implementation seems to work fine though, but the CDK dialog is unable to resolve the custom dependencies.
@adzhiljano In my production code I had the situation where opening a custom component in a dialog with `MatDialog` would work fine, but opening the same component in a dialog...
Any update on this? Did you manage to set up Jest in conjunction with Angular 14?
Same issue here after updating to Angular Material 15, I'm using CSS variables as well to allow for a dynamic theme. ```scss $primary-color: var(--primary-color); $primary-contrast-color: var(--primary-contrast-color); $mpo-primary-palette: ( ... 500:...
FWIW, there is a comment in the Angular Material source at the specific theme for the progress bar that causes this error, explicitly stating that it isn't possible to use...