0 votes
in Angular by

How can you tell Angular that you want it to do constructor injection for your service class?

1. by using the expression context

2. by using a decorator 

3. by using the add method

4. by using the component class

1 Answer

0 votes
by

Correct answer is :- by using a decorator

...