![]() |
VOOZH | about |
The angular.isobject() Function in AngularJS is used to determine if the parameter inside isobject function is an object or not. It returns true if the reference is an object or else false.
Syntax:
angular.isobject(value);
Parameter:
Return Value: It returns true if the value passed is an object else false.
Example 1: This example describes the angular.isObject() Function in AngularJS.
Output:
👁 isobjectExample 2: This example describes the angular.isObject() Function in AngularJS, where both the input values are validated.
Output: