You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use container components and async pipe (`prefer-async-pipe`)
2
2
3
-
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 te async pipe in the parent component's template.
3
+
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.
4
4
5
5
## Options
6
6
7
7
This rule has no options.
8
8
9
9
## Further reading
10
10
11
-
-[Connecting Components with Reactive Forms](https://ncjamieson.com/connecting-components-with-reactive-forms/)
11
+
-[Connecting Components with Reactive Forms](https://ncjamieson.com/connecting-components-with-reactive-forms/)
0 commit comments