510 Views
As a good developer, you always notify the end-user about the current status of an application by showing either loading indicator or error message. Using async pipe is quite common scenario in many Angular applications. It is as simple as that: Async pipe takes care of subscribing to Observable.
0 comments