Napster2210 / ngx-spinner

A library for loading spinner for Angular 4 - 17.
https://napster2210.github.io/ngx-spinner/
MIT License
823 stars 140 forks source link

How to show spinner inside a specific div not in the entire screen. #200

Closed rakeshbaral92 closed 2 years ago

rakeshbaral92 commented 3 years ago

How to show spinner inside a specific div not in the entire screen.

Seveilith commented 3 years ago

@rakeshbaral92 There's a fully working Stackblitz demo called "Inside Container" present in the readme that showcases this use case. The key is placing it inside a container with the position: relative property.

Napster2210 commented 2 years ago

@rakeshbaral92 I hope you the answer by @Seveilith . Thank you @Seveilith .