Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dreamstar-enterprises opened this issue Jun 21, 2024 · 1 comment

Comments

@dreamstar-enterprises
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants