Math, asked by jayaramachandranvutu, 2 months ago

Revisit
You are working on an Angular project. Your project is working correctly in a development environment. After
deploying it on production environment you get the following error:
main.e43ea1764339459280ec.js:1 ERROR Error: StaticInjectorErrorſe -> e]: StaticInjectorError(Platform: core) [e
e]: NullInjectorError: No provider for e! at e.get (main.e43ea1764339459280ec.js:1) at
main.e43ea1764339459280ec.js:1 at e (main.e43ea1764339459280ec.js:1) at e.get
(main.e43ea1764339459280ec.js:1) at main.e43ea1764339459280ec.js:1 at e (main.e43ea1764339459280ec.js:1)
at e.get (main.e43ea1764339459280ec.js:1) at Pg (main.e43ea1764339459280ec.js:1) at
main.e43ea1764339459280ec.js:1 at lg (main.e43ea1764339459280ec.js:1)
What could be the possible error?​

Answers

Answered by pavan2333123
0

Answer:

You might have injection the service directly into components class

Similar questions