angular: how to provide @Inject to component? #24223
Unanswered
digitalgopnik
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
thanks to #23842 i know how to provide services.
But how can i provide for example constants, which will be injected via
@Inject(...)
in a component or service?My example service:
Thanks in advance for help! 🙂
Beta Was this translation helpful? Give feedback.
All reactions