Rule: template-no-call-expression

Call expressions are not allowed in templates except in output handlers.

Rationale

The change detector will call functions used in templates very often. Use an observable instead.

Notes:
TS Only

Config

Not configurable.

Examples
Schema
null