Angular.js
Learning Angular: Useful utility functions
Today a very short post. Angular has a series of utility functions which you should definitely take a look at. They are not as feature rich as those of underscore.js or lodash.js but might be more than enough for your needs.
This article is part of my “Learning NG” series, presenting some of my adventures while learning Angular. Check out the series intro and other articles. Note: I’m an Angular newbie, so I’m more than happy for any kind of feedback and improvement suggestions from more experienced people than me.
Here’s the list with the corresponding link to the official documentation.
- angular.copy
- angular.element
- angular.equals
- angular.extend
- angular.forEach
- angular.fromJson
- angular.identity
- angular.isArray
- angular.isDate
- angular.isDefined
- angular.isElement
- angular.isFunction
- angular.isNumber
- angular.isObject
- angular.isString
- angular.isUndefined
- angular.lowercase
- angular.noop
- angular.toJson
- angular.uppercase
Reference: | Learning Angular: Useful utility functions from our WCG partner Juri Strumpflohner at the Juri Strumpflohner’s TechBlog blog. |