Files
JavaScriptServices/templates/Angular2Spa/ClientApp/components/counter/counter.html
2016-02-23 23:13:20 +00: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>