Just started learning angular development. Following official angular doc from angular.io. Everything was working fine step by step till I reach https://angular.io/tutorial/toh-pt6
Added HttpClientInMemoryWebApiModule for mocking remote server, now it's not working.
It's now able to find out 'api/heroes' endpoint. this may be configuration issue with 'HttpClientInMemoryWebApiModule'.
Here is my source code: https://github.com/csankhala/angular-tour-of-heroes
Please let me know what I missed?