question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't set height and Width of spinner since beta.12

See original GitHub issue

Bug, feature request, or proposal:

Bug

What is the expected behavior?

Set width and height

What is the current behavior?

<mat-spinner style="width:40px; height: 40px" color="primary"> </mat-spinner> has no effect since upgrade to beta.12

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:24 (4 by maintainers)

github_iconTop GitHub Comments

201reactions
ghd8commented, Oct 9, 2017

You can use the input parameter “diameter”. (beta.12)

<mat-spinner [diameter]="40"></mat-spinner>

14reactions
RobertDiPaolocommented, Oct 9, 2017

I’ve just run into this as well after upgrading to beta12. IMHO the old behaviour was much better, I prefer to size components via CSS rather than input values. Seems a bit hacky to have to use !important.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Full-width Spinner in ActionBar - android - Stack Overflow
Anyone know how to achieve this? Even if I set "match_parent" in the Spinner layout resource, it doesn't fill the entire bar. Preferably,...
Read more >
Manage video during calls - An Azure Communication ...
To place a video call, you have to enumerate local cameras by using the getCameras() method in deviceManager . After you select a...
Read more >
ngx-spinner - npm
A library with more than 50 different loading spinners for Angular 4 - 15. (https://napster2210.github.io/ngx-spinner/).
Read more >
Ion-Grid: Display Grids to Build Mobile-First Custom App Layout
Grids take up the full width of their container, but adding the fixed property will set the width based on the screen size,...
Read more >
REW - Room EQ Wizard Beta Releases
Change stepped sine start and end frequencies to spinners with 1 Hz steps. Actual test frequencies will be the preferred values at the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found