Angular Forms

Angular Forms

Professional Development

8 Qs

quiz-placeholder

Similar activities

canva cmbbs

canva cmbbs

Professional Development

12 Qs

DepEd Commons

DepEd Commons

Professional Development

10 Qs

FILIPINO6-M27L2-PANAUHAN ng PANGHALIP

FILIPINO6-M27L2-PANAUHAN ng PANGHALIP

Professional Development

10 Qs

Canva

Canva

Professional Development

10 Qs

GRADE 3 CLASS

GRADE 3 CLASS

Professional Development

10 Qs

Feasibility Process

Feasibility Process

Professional Development

12 Qs

PEMAHAMAN MATERI KOMBEL MAFIS

PEMAHAMAN MATERI KOMBEL MAFIS

Professional Development

10 Qs

Seguridad - Clase 9

Seguridad - Clase 9

Professional Development

12 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