Angular - Templates and Data Binding
Identify the error in this Angular template snippet:
Assuming the component has a method
<button (click)="increment">Add</button>Assuming the component has a method
increment().