Use container components and async pipe (prefer-async-pipe)

October 20, 2021 ยท View on GitHub

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.

Options

This rule has no options.

Further reading