Can't set height and Width of spinner since beta.12
See original GitHub issueBug, 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:
- Created 6 years ago
- Reactions:5
- Comments:24 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can use the input parameter “diameter”. (beta.12)
<mat-spinner [diameter]="40"></mat-spinner>
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
.