- Timestamp:
- 08/07/20 10:59:56 (4 years ago)
- Branches:
- master
- Children:
- 63d885e
- Parents:
- c73269d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/login/login.component.html
rc73269d ree137aa 6 6 <div class="example-container"> 7 7 <mat-form-field> 8 <input matInput placeholder="Email" formControlName="email">8 <input matInput placeholder="Email" [(ngModel)]="this.email" formControlName="email"> 9 9 </mat-form-field> 10 10 11 11 <mat-form-field> 12 <input matInput type="password" placeholder="Password" formControlName="password">12 <input matInput type="password" placeholder="Password" [(ngModel)]="this.passwd" formControlName="password"> 13 13 </mat-form-field> 14 14 15 <button [disabled]="!loginForm.valid" mat-raised-button color="primary" [routerLink]="['/dashboard']" mat-button>Најави се</button>15 <button [disabled]="!loginForm.valid" mat-raised-button color="primary" (click)="loginPharmacyHead()" mat-button>Најави се</button> 16 16 </div> 17 17 </form>
Note:
See TracChangeset
for help on using the changeset viewer.