angular · angular/NG0303
NG0303
Can't Bind to Property
A template binding targets a property that Angular does not recognise on the element or component. The property may be misspelled, missing an @Input() decorator, or the hosting module may not import the directive that provides it.