Login
Remember
Register
Ask a Question
In an HTTP call, from where is the data fetched?
+1
vote
asked
Jan 2, 2022
in
Angular 2 Routes and Forms
by
rajeshsharma
In an HTTP call, from where is the data fetched?
Question from Angular 2 Routes. Select the correct answer from below options:
a) Service
b) Component
c) @Input
d) API
http-call
angular-http
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 2, 2022
by
rajeshsharma
Correct answer is :--d) API
In an HTTP call, data is fetched from API
...