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 know I'm rather early with that but ngx-toastr is throwing an error while building after the update to angular 15.
This is the error:
Type '<T>(token: any, notFoundValue?: T, flags?: InjectFlags) => T | ToastPackage' is not assignable to type '{ <T>(token: ProviderToken<T>, notFoundValue: undefined, options: InjectOptions & { optional?: false; }): T; <T>(token: ProviderToken<T>, notFoundValue: null, options: InjectOptions): T; <T>(token: ProviderToken<...>, notFoundValue?: T, options?: InjectOptions | InjectFlags): T; <T>(token: ProviderToken<...>, notFou...'. Types of parameters 'flags' and 'options' are incompatible. Type 'InjectOptions & { optional?: false; }' is not assignable to type 'InjectFlags'. 47 get<T>(token: any, notFoundValue?: T, flags?: InjectFlags): T | ToastPackage; ```
The text was updated successfully, but these errors were encountered:
feat: angular 15, add toastr-bs5-alert.scss (#963)
bc77677
BREAKING CHANGE: support angular 15 fixes #962 fixes #887
🎉 This issue has been resolved in version 16.0.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I know I'm rather early with that but ngx-toastr is throwing an error while building after the update to angular 15.
This is the error:
The text was updated successfully, but these errors were encountered: