What is a promise in angular?
Answer / Lokesh Chauhan
A Promise in Angular represents the eventual completion (or failure) of an asynchronous operation. It allows developers to write cleaner and more manageable code by handling success or error conditions with callbacks.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between the $watch, $digest, and $ apply?
What is lazy loading in angular?
What the best way to inject one service into another in angular 2?
When will nginit be called?
What is the meaning of aot?
What are the modules in angularjs?
What are the components?
What is component in angularjs 2 ?
What is the difference between typescript and angular?
What is template reference variable in angular?
Explain AngularJS scope life-cycle?
Mention what are the styling form that model adds to css classes?