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

Switch to generic ModuleWithProviders #5794

Conversation

jonstelly
Copy link

This simply switched to returning the generic version of ModuleWithProviders. According to the version compatibility chart, ngx-bootstrap is compatible with angular 7+ and the generic ModuleWithProviders<> was added in Angular 7.

I ran tests locally and saw no issues. I'm submitting this because I'm getting some build errors when I try to build one of my internal libraries targeting Ivy.

Signed-off-by: Jon Stelly 967068+jonstelly@users.noreply.github.com

PR Checklist

Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.

  • read and followed the CONTRIBUTING.md guide.
  • built and tested the changes locally.
  • added/updated tests.
  • added/updated API documentation.
  • added/updated demos.

- For Ivy compatibility per: https://angular.io/guide/migration-module-with-providers

Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
@daniloff200
Copy link
Contributor

oh, I wish, I saw this PR earlier :(

Thanks for your contribution, but, I've made almost the same changes in #5812

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

Successfully merging this pull request may close these issues.

2 participants