mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 10:08:57 +00:00
8 lines
193 B
HTML
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>
|