Importing HttpClientModule in feature modules
问题 The docs on HttpClientModule say: Before you can use the HttpClientModule, you need to import the Angular HttpClientModule. Most apps do so in the root AppModule. In which cases we want to import the HttpClientModule into feature modules? What would happen if we imported it into multiple feature modules which, in turn, are impoted into the root module? Is this a proper use case of it when we have dozens of modules in an app, a few of which need HttpClientModule , and we would like to import