Pattern: Prefer async pipe
Issue: -
This rule effects failures if explicit calls to subscribe
are made within a component. Instead, use a child component to which a value is passed by using the async pipe in the parent component's template.
Pattern: Prefer async pipe
Issue: -
This rule effects failures if explicit calls to subscribe
are made within a component. Instead, use a child component to which a value is passed by using the async pipe in the parent component's template.