Module cannot find HttpModule
When trying to load ngrx effects into my application, i encountered the following error message -
ERROR in src/app/app.module.ts(29,20): error TS2304: Cannot find name 'HttpModule'.
Having a closer look, i need to add the following code
All i need to do is to include HttpModule into my app.module.ts as shown in code below :-
Comments