May 24, 2021
Thanks for reading and providing the suggestion.
I do understand that 'async' pipe is a good option to consume observers in Angular template, but there are situations where you need to handle it with great care. scenarios like "Unwrapping a property and then using it in multiple template places using subscribe technique" would be more easy to understand and implement compare with 'async' approach .
But I totally agree with your suggestion and would add it as a option to implement.
Thanks