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

Related questions

0 votes
asked Sep 24, 2023 in Angular by AdilsonLima
0 votes
asked Sep 16, 2023 in Angular by GeorgeBell
...