ng-ua-parser
v1.0.0
Published
ng-ua-parser is an Angular factory wrapper for ua-parser-js (https://github.com/faisalman/ua-parser-js)
Downloads
515
Maintainers
Readme
ng-ua-parser is an Angular factory wrapper for ua-parser-js
ua-parser-js doesn't have to be accessed by the window
object. Use dependency injection instead. Great for unit test and do everything in the Angular manner.
NOTE: You can use uaParser
directly without new
ing it. It's already initialised for you.