|
56 | 56 | </mat-form-field> |
57 | 57 |
|
58 | 58 | <!-- <div *ngIf="this.tosUrl || this.privacyPolicyUrl"--> |
59 | | -<!-- <div--> |
60 | | -<!-- class="terms"--> |
61 | | -<!-- fxLayout="row" fxLayoutAlign="center center"--> |
62 | | -<!-- [@animate]="{value:'*',params:{duration:'250ms',y:'100px'}}">--> |
63 | | -<!-- <mat-checkbox aria-label="I read and accept" name="terms" required>--> |
64 | | -<!-- <span>{{readAncAcceptText}}</span>--> |
65 | | -<!-- <span> </span>--> |
66 | | -<!-- <a target="_blank"--> |
67 | | -<!-- [href]="this.tosUrl">--> |
68 | | -<!-- Terms of Service and Conditions--> |
69 | | -<!-- </a>--> |
70 | | -<!-- </mat-checkbox>--> |
71 | | -<!-- </div>--> |
| 59 | + <!-- <div--> |
| 60 | + <!-- class="terms"--> |
| 61 | + <!-- fxLayout="row" fxLayoutAlign="center center"--> |
| 62 | + <!-- [@animate]="{value:'*',params:{duration:'250ms',y:'100px'}}">--> |
| 63 | + <!-- <mat-checkbox aria-label="I read and accept" name="terms" required>--> |
| 64 | + <!-- <span>{{readAncAcceptText}}</span>--> |
| 65 | + <!-- <span> </span>--> |
| 66 | + <!-- <a target="_blank"--> |
| 67 | + <!-- [href]="this.tosUrl">--> |
| 68 | + <!-- Terms of Service and Conditions--> |
| 69 | + <!-- </a>--> |
| 70 | + <!-- </mat-checkbox>--> |
| 71 | + <!-- </div>--> |
72 | 72 |
|
73 | | - <button |
74 | | - [disabled]="registerForm.invalid" |
75 | | - aria-label="CREATE AN ACCOUNT" |
76 | | - class="submit-button" |
77 | | - [color]="colorAccent" |
78 | | - mat-raised-button> |
| 73 | + <button mat-raised-button |
| 74 | + aria-label="CREATE AN ACCOUNT" |
| 75 | + class="submit-button" |
| 76 | + [color]="colorAccent" |
| 77 | + [disabled]="registerForm.invalid" |
| 78 | + (click)="createAccount()"> |
79 | 79 | {{createAccountButtonText}} |
80 | 80 | </button> |
81 | 81 | </form> |
|
0 commit comments