Base solution for your next web application
Open Closed

NullInjectorError: No provider for MarketServiceProxy! #6430


User avatar
0
ceylanholding created

Hi,

I am getting this error ...

service-proxies.ts --->

localhost:5000/api/services/app/Market/GetMarkets ------>

thanks.


2 Answer(s)
  • User Avatar
    0
    yekalkan created

    I see you've solved this by yourself but anyway i will write the solution for anyone else having the same problem:

    Add your ServiceProxy to providers in "\angular\src\shared\service-proxies\service-proxy.module.ts".

  • User Avatar
    0
    ceylanholding created

    Hi @yekalkan,

    Thank you ....