Login
Remember
Register
Ask a Question
_____________ acts as a container to store all the services required for creating a component.
+1
vote
asked
Jan 2, 2022
in
Angular 2 Routes and Forms
by
rajeshsharma
_____________ acts as a container to store all the services required for creating a component.
Question from Angular 2 Routes. Select the correct answer from below options:
a) providers
b) imports
c) registerable
d) injectables
angular-container
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 2, 2022
by
rajeshsharma
Correct answer is :--a) providers
providers acts as a container to store all the services required for creating a component.
...