Home » 
        MCQs » 
        AngularJS MCQs
    
        
    Which AngularJS service has the set of methods to get the information about the location of the current web?
    
    
    
    43. Which AngularJS service has the set of methods to get the information about the location of the current web?
    
        - $web
- $current
- $location
- All of the above
Answer: C) $location
    Explanation:
    The AngularJS service $location has methods to get the information about the location of the current web page.