How to use the @if angular with async pipe and alias for else block?
I have the follow case, when @if validatior (introduced in angular 17) is used with else block, is validated with an observable and using an alias in order to avoid multiple subscriptions, What is the best approach to use alias with observable in if else block?