{ "id": "errors/NG8002", "title": "NG8002: Unknown attribute or input", "contents": "

NG8002: Unknown attribute or inputlink

\n
\n mode_edit\n
\n\n\n
\n \n
\n\n\n\n
\n

Descriptionlink

\n

An attribute or property cannot be resolved during compilation.

\n

This error arises when attempting to bind to a property that does not exist. Any property binding must correspond to either:

\n\n

The runtime error for this is NG0304: '${tagName}' is not a known element: …’.

\n\n
\n
\n
\n

Debugging the errorlink

\n

Look at documentation for the specific binding syntax used. This is usually a typo or incorrect import. There may also be a missing direction with property selector ‘name’ or missing input.

\n\n
\n\n\n" }