Files
JavaScriptServices/templates/AureliaSpa/ClientApp/app/components/counter/counter.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>