What is Observer

Observer receives notifications from Observable and is managed by subscriptions.
In Angular, we are often consumers or Observer of asynchronous event emitted by Observable.
Some common use cases are HTTP request and HTTP Routing parameters