說明
Description
在編譯過程中無法解析的 Attribute 或 Property。
An attribute or property cannot be resolved during compilation.
嘗試繫結到不存在的屬性時會出現此錯誤。任何屬性繫結都必須符合以下任一條件:
This error arises when attempting to bind to a property that does not exist. Any property binding must correspond to either:
HTML 元素上的原生屬性,或者
A native property on the HTML element, or
應用於元素的元件或指令的
@Input()
輸入屬性。An
@Input()
property of a component or directive applied to the element.
其執行時錯誤為 NG0304: '${tagName}' is not a known element: …'
。
The runtime error for this is NG0304: '${tagName}' is not a known element: …’
.