mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
8 lines
191 B
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>
|