Kristiyan Kostadinov

Results 335 comments of Kristiyan Kostadinov

Closing since while it's confusing, it's currently working as expected. The zoom level is meant to be set through the `zoom` input. We'll look into making this less confusing in...

There's already a way to set the zoom by assigning it like `GoogleMap.zoom = `.

Closing since this isn't supported by the Material Design spec, as far as I can tell.

> But it only changed the font-family in mat components, not outside in normal divs. By "normal divs", do you mean elements with `mat-` typography classes or just divs that...

So I think the problem is that you need to pass in your custom typography to the `mat.core` mixin. Here's a config that worked for me both for the headline...

Technically this works as expected. The `all-component-themes` includes the theme on for Angular Material components, the `mat-typography` classes are considered extra add-ons.

Rebased and bumping to a P2, because the issue keeps getting reported.

If I remember correctly, we talked about having a method to abort a dragging sequence, but the PR got buried under some other work and I never got around to...

There aren't any updates, I haven't had the time to revisit it.