source: Farmatiko/ClientApp/src/app/counter/counter.component.html@ 822c59d

Last change on this file since 822c59d was 822c59d, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Initial commit

  • Property mode set to 100644
File size: 234 bytes
Line 
1<h1>Counter</h1>
2
3<p>This is a simple example of an Angular component.</p>
4
5<p aria-live="polite">Current count: <strong>{{ currentCount }}</strong></p>
6
7<button class="btn btn-primary" (click)="incrementCounter()">Increment</button>
Note: See TracBrowser for help on using the repository browser.