mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
10 lines
234 B
HTML
10 lines
234 B
HTML
<template>
|
|
<h1>Counter</h1>
|
|
|
|
<p>This is a simple example of an Aurelia component.</p>
|
|
|
|
<p>Current count: <strong>${currentCount}</strong></p>
|
|
|
|
<button click.delegate="incrementCounter()">Increment</button>
|
|
</template>
|