amitmahida92 / ng4-loading-spinner

Angular 4 custom async loading spinner.
MIT License
69 stars 31 forks source link

Feature request #29

Closed ljvanheek closed 4 years ago

ljvanheek commented 6 years ago

Is it maybe possible to add an option where the grey background + spinner is only rendered in a specific component?

amitmahida92 commented 6 years ago

@ljvanheek , Yes you can do that, only place the spinner component in the parent component where you want to show the spinner. Just move the spinner selector from app.component.ts to your targeted component. Kindly do let me know in case of any more queries. Thanks.