Consider that a service called Shttp makes server calls. Which of the following examples about the dependency injection in AnguiarJS is correct?
Example 1:
function fetchDashboard Data()
[
var $http = new HttpServicel);
return Shttp.get(
Correct Answer: Neither option a nor b
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Angular JS MCQ Questions