Files
JavaScriptServices/templates/KnockoutSpa/ClientApp/components/counter-example/counter-example.html
2016-03-08 12:16:22 +00:00

8 lines
211 B
HTML

<h2>Counter</h2>
<p>This is a simple example of a Knockout component.</p>
<p>Current count: <strong data-bind='text: currentCount'></strong></p>
<button data-bind='click: incrementCounter'>Increment</button>