Files
JavaScriptServices/templates/Angular2Spa/ClientApp/app/components/counter/counter.component.html

8 lines
193 B
HTML

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