This rule limits the number of Async pipe on a single element. It applies to Angular templates.
Maximum number of async pipe on a single HTML element.
Default: 5
Usage:
Example :{
"@o3r/template-async-number-limitation": [
"error",
{
"maximumAsyncOnTag": 2
}
]
}