Some commonly used Angular Global API functions are:
- Angular.isString: It will return true only if the given reference is of type string.
- Angular.lowercase: It converts any string to lowercase
- Angular.uppercase: It converts any string to uppercase.
- Angular.isNumber: It returns true only if the reference is a numeric value or number.