Angular Forms

Angular Forms

Professional Development

8 Qs

quiz-placeholder

Similar activities

Finance Sharing

Finance Sharing

Professional Development

10 Qs

Uji Pengetahuan Canva

Uji Pengetahuan Canva

Professional Development

10 Qs

Life Skills: Leadership 01

Life Skills: Leadership 01

University - Professional Development

10 Qs

DevOps Pro

DevOps Pro

Professional Development

10 Qs

In-Service Training for Frontline Employees

In-Service Training for Frontline Employees

Professional Development

10 Qs

Creational Design Patterns

Creational Design Patterns

Professional Development

10 Qs

JFS Mentoring-08-02-2024

JFS Mentoring-08-02-2024

Professional Development

10 Qs

AI Application Part 2

AI Application Part 2

Professional Development

10 Qs

Angular Forms

Angular Forms

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Алёна Янова

Used 15+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Let's start with a simple one :) What approaches to work with forms Angular has?

Reactive

Input-based

Template-driven

Basic

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 'source of truth' for Reactive form?

ControlValueAccessor

NgModel instance

Instance of FormControl in class

Instance of form group in template

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 'source of truth' for Template-Driven form?

ControlValueAccessor

NgModel instance

Instance of FormControl in class

Instance of form group in template

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What event should be used to finish work with form?

(click) on button

(ngSubmit) on button

(click) on form

(ngSubmit) on form

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is FormBuilder?

Class for generating reactive forms in run-time

Class for generating template-driven forms in run-time

Function for generating reactive forms in run-time

Function for generating template-driven forms in run-time

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What class shows that user putted cursor in input?

ng-touched

ng-dirty

ng-pristine

ng-valid

ng-untouched

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What class shows that user still doesn't input anything?

ng-touched

ng-dirty

ng-pristine

ng-valid

ng-untouched

8.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Have you started work on last homework?

Yes

No