Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 419 Bytes

prefer-async-pipe.md

File metadata and controls

11 lines (6 loc) · 419 Bytes

Pattern: Prefer async pipe

Issue: -

Description

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.

Further Reading