adspace


How would you make an angularjs service return a promise? Write a code snippet as an example

Answer Posted / Bhup Singh

[n function MyService($q) {n this.myMethod = function() {n var deferred = $q.defer();n // Some asynchronous operation heren deferred.resolve('Result');n return deferred.promise;n }n }n]nInject MyService into your controller and call `myService.myMethod().then(function(result) {...})` to handle the promise.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of angular?

980


Give the example of angularjs strings?

877


How an object or function can get a hold of its dependencies?

855


What is the latest angular?

810


How to get and log an error in angular 4?

880


Angularjs dependency injection of value inside of the module.config?

896


How to use primeng in angular 4?

949


How to create angularjs filter which outputs html?

862


How to implement a datagrid table with angular 2 and primeng?

894


Which version you are using js?

946


How can primeng be used with angular2?

948


What is a dynamic route in angularjs and how do you implement it?

866


How to enable html5 mode in angular 1.x?

928