gothinkster / angular-realworld-example-app

Exemplary real world application built with Angular

Home Page:https://angular.realworld.how/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why HttpClientModule has been imported in shared module?

A-Soltani opened this issue · 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.