How to verify whether the promise is successful in Angular?
Explain with an example.
You can use “.then()” to resolve promises and if any error comes you can catch it with “.catch()”.Please refer the below link.https://ericnish.io/blog/add-success-and-error-to-angular-promises/
Hello Pranam,Check out the below url I hope it will help you.https://codecraft.tv/courses/angular/es6-typescript/promises/