Last change
on this file since f33b0d4 was 30a465f, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
234 bytes
|
Rev | Line | |
---|
[30a465f] | 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.