Skip to content

Commit

Permalink
implements OnInit
Browse files Browse the repository at this point in the history
  • Loading branch information
loct824 committed Mar 21, 2023
1 parent edf05af commit 9995fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/register/register.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const emailValidator = Validators.pattern(/^([a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a
templateUrl: './register.component.html',
styleUrls: ['./register.component.less']
})
export class RegisterComponent {
export class RegisterComponent implements OnInit{
public isLoading = false;
public form?: FormGroup

Expand Down

0 comments on commit 9995fd8

Please sign in to comment.