```<div><ngx-spinner bdColor = "rgba(0, 0, 0, 0.8)" size = "medium" color = "#fff" type = "ball-spin" [fullScreen]="true"><p style="color: white" > Loading... </p></ngx-spinner><mat-card>```
I need to run the ngx-spinner including the sidebar.
```<div><ngx-spinner bdColor = "rgba(0, 0, 0, 0.8)" size = "medium" color = "#fff" type = "ball-spin" [fullScreen]="true"><p style="color: white" > Loading... </p></ngx-spinner><mat-card>```
I need to run the ngx-spinner including the sidebar.
Actually, it has a built-in function so we put it in app.component.html
where we can access it from anywhere.
Try to put it there.