I don't think (click) works on div elements.
Also, try removing the ; symbol from: <button (click)="updateCount();" type="button">Button so use this: <button (click)="updateCount()" type="button">Button