Files
JavaScriptServices/templates/AureliaSpa/ClientApp/app/components/counter/counter.html
2016-10-28 11:16:21 +01:00

10 lines
234 B
HTML

<template>
<h2>Counter</h2>
<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>