Rule: templates-use-public

Ensure that properties and methods accessed from the template are public.

Rationale

When Angular compiles the templates, it has to access these properties from outside the class.

Notes:
TS Only

Config

Not configurable.

Examples
Schema
null