Ignore:
Timestamp:
07/22/20 13:57:20 (4 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
a8ccc2c
Parents:
fbaea22
Message:

Format code and fix errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/ClientApp/src/app/counter/counter.component.html

    rfbaea22 r96108d8  
    1 <h1>Counter</h1>
     1<!-- <h1>Counter</h1>
    22
    33<p>This is a simple example of an Angular component.</p>
     
    55<p aria-live="polite">Current count: <strong>{{ currentCount }}</strong></p>
    66
    7 <button class="btn btn-primary" (click)="incrementCounter()">Increment</button>
     7<button class="btn btn-primary" (click)="incrementCounter()">Increment</button> -->
    88
    99
Note: See TracChangeset for help on using the changeset viewer.