ngx-big-spinner
v0.0.8
Published
This library implements a bigger version of mat-spinner, with support for content within the spinner itself. You can use it like so:
Downloads
6
Readme
ngx-big-spinner
This library implements a bigger version of mat-spinner, with support for content within the spinner itself. You can use it like so:
<ngx-big-spinner [diameter]="200" [value]="60">
<span>Hello!</span>
</ngx-big-spinner>