-
Notifications
You must be signed in to change notification settings - Fork 27k
fix(migrations): take care of tests that import both HttpClientModule & HttpClientTestingModule.
#58777
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
Conversation
623e155 to
ac0e16e
Compare
HttpClientModule & HttpClientTestingModule.
ac0e16e to
33ba20e
Compare
… & HttpClientTestingModule. While having both `HttpClientModule` & `HttpClientTestingModule` serves no real purpose (`HttpClientTestingModule` imports `HttpClientModule`), some code bases can have those 2 together and the migration can be quite breaking. fixes angular#58536
33ba20e to
0e162d9
Compare
|
This PR was merged into the repository by commit 06d70a2. The changes were merged into the following branches: 18.2.x |
|
what that mean, that now in tests we can just provide |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
While having both
HttpClientModule&HttpClientTestingModuleserves no real purpose (HttpClientTestingModuleimportsHttpClientModule), some code bases can have those 2 together and the migration can be quite breaking without this fix.fixes #58536