Napster2210 / ngx-spinner

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

Any chance of being able to add a spinner without the dark background? #288

Open dreamstar-enterprises opened 2 months ago

dreamstar-enterprises commented 2 months ago

ngx-spinner is a custom element, so in this case, if you add <ngx-spinner> in your HTML file then you have to add CUSTOM_ELEMENTS_SCHEMA to your app module.

import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';

// ........

@NgModule({
// ...
  schemas: [
    CUSTOM_ELEMENTS_SCHEMA
]
})
Napster2210 commented 1 month ago

@dreamstar-enterprises What's the issue here? You can remove dark background by overriding styles of backdrop.