Angular Forms

Angular Forms

Professional Development

8 Qs

quiz-placeholder

Similar activities

Google Drive

Google Drive

Professional Development

8 Qs

Monday.com for Finance Teams Quiz

Monday.com for Finance Teams Quiz

Professional Development

10 Qs

TOSCA ONBOARDING WEEK 1

TOSCA ONBOARDING WEEK 1

KG - Professional Development

12 Qs

Come on and guess me, guess me!

Come on and guess me, guess me!

KG - Professional Development

13 Qs

Nodejs: Templating with EJS

Nodejs: Templating with EJS

Professional Development

10 Qs

PMG-SA/TLs

PMG-SA/TLs

Professional Development

10 Qs

Major Medical Task Quiz

Major Medical Task Quiz

Professional Development

12 Qs

PSAM - EOM April

PSAM - EOM April

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