Angular Forms

Angular Forms

Professional Development

8 Qs

quiz-placeholder

Similar activities

Bulk upload of Training Roles

Bulk upload of Training Roles

Professional Development

12 Qs

Google Drive

Google Drive

Professional Development

8 Qs

Monday.com for Finance Teams Quiz

Monday.com for Finance Teams Quiz

Professional Development

10 Qs

Come on and guess me, guess me!

Come on and guess me, guess me!

KG - Professional Development

13 Qs

ADV-IT 16-20

ADV-IT 16-20

Professional Development

6 Qs

Education Empowerment Summit

Education Empowerment Summit

Professional Development

10 Qs

PSAM - EOM April

PSAM - EOM April

Professional Development

10 Qs

WIT Email Refresher

WIT Email Refresher

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