gothinkster/angular-realworld-example-app

Why HttpClientModule has been imported in shared module?

A-Soltani opened this issue · 0 comments

As far as I'm concerned HttpClientModule should be app-wide singleton, so it not right place to import it in shared module. It's better to put it in core module instead.