Files
JavaScriptServices/templates/Angular2Spa/ClientApp/app/components/counter/counter.component.html
2016-09-19 12:44:25 +01:00

8 lines
193 B
HTML

<h2>Counter</h2>
<p>This is a simple example of an Angular 2 component.</p>
<p>Current count: <strong>{{ currentCount }}</strong></p>
<button (click)="incrementCounter()">Increment</button>