Promise v/s Observable in Angular
In Angular, for handling asynchronous data, either Promise & Observable is used. Both get and post method of Http & HttpClient return Observable and it converted to a promise by using toPromise() method. But where does the difference lie? Before thro...
Jan 13, 20212 min read145
