angular.isStringDescriptionUsageParametersReturns View source Improve this doc angular.isStringAPI in module ng DescriptionDetermines if a reference is a String. Usageangular.isString(value); ParametersParamTypeDetailsvalue* Reference to check. Returnsboolean True if value is a String.