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

8 lines
191 B
HTML

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