We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have upgraded my app to angular 15. I am not using standalone components yet. I have added
This to my main.ts file
bootstrapApplication(AppComponent, { providers: [ provideAnimations(), provideEnvironmentNgxLoaderIndicator({ rotate: { duration: 5000 }, loaderStyles: { 'z-index': '9999' } }), ], }).catch((err) => console.error(err));
And have added this to my component
providers: [ provideNgxLoaderIndicator(), ],
Error I'm seeing
Can't bind to 'loader' since it isn't a known property of 'div'.
How do I get this to work. A complete source code example would be very helpful.
The text was updated successfully, but these errors were encountered:
@marct83 Сould you provide stackblitz
Sorry, something went wrong.
No branches or pull requests
I have upgraded my app to angular 15. I am not using standalone components yet. I have added
This to my main.ts file
And have added this to my component
Error I'm seeing
How do I get this to work. A complete source code example would be very helpful.
The text was updated successfully, but these errors were encountered: