API stands for Application Programming Interface.
The AngularJS Global API is a set of global JavaScript functions for performing common tasks like:
The Global API functions are accessed using the angular
object.
API | Description |
---|---|
angular.lowercase() | Converts a string to lowercase |
angular.uppercase() | Converts a string to uppercase |
angular.isString() | Returns true if the reference is a string |
angular.isNumber() | Returns true if the reference is a number |