I am trying to compile my angular code to production mode via ng build --prod and its successful but in browser I get the error :
ERROR p {_
You are trying to use a service that is not listed in providers of your AppModule. Add the service to a providers list to make it work.
providers