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
isNgModuleDefWithProviders is exposed, and can be wrongly imported instead of ModuleWithProviders from @angular/core.
isNgModuleDefWithProviders
ModuleWithProviders
@angular/core
isNgModuleDefWithProviders isn't exported.
The text was updated successfully, but these errors were encountered:
fix(core): removing isNgModuleDefWithProviders from exports help-me-m…
7501dc9
…om#2173
Merge pull request #2174 from satanTime/issues/2173
9597636
fix(core): removing isNgModuleDefWithProviders from exports #2173
v13.4.0 has been released and contains a fix for the issue. Feel free to reopen the issue or to submit a new one if you meet any problems.
Sorry, something went wrong.
satanTime
Successfully merging a pull request may close this issue.
Description of the bug
isNgModuleDefWithProviders
is exposed, and can be wrongly imported instead ofModuleWithProviders
from@angular/core
.Expected vs actual behavior
isNgModuleDefWithProviders
isn't exported.The text was updated successfully, but these errors were encountered: