Quiz: Implementing User Authentication

Test your knowledge of what you’ve learned about user authentication.

1

What is the correct directive to use in the template view?

this.userForm= new FormGroup({
      name: new FormControl(),
      email: new FormControl()
});
A)

ngForm="userForm"

B)

[ngForm]="userForm"

C)

{formGroup}="userForm"

D)

[formGroup]="userForm"

Question 1 of 80 attempted

Get hands-on with 1200+ tech skills courses.