Rule: template-no-any

Disallows using ‘$any’ in templates.

Rationale

The use of ‘$any’ nullifies the compile-time benefits of the Angular’s type system.

Notes:
TS Only

Config

Not configurable.

Examples
Schema
null