Rule: template-no-call-expression

Disallows calling expressions in templates, except for output handlers.

Rationale

Calling expressions in templates causes it to run on every change detection cycle and may cause performance issues.

Notes:
TS Only

Config

Not configurable.

Examples
Schema
null