Routing Rewiew

Routing Rewiew

1st - 3rd Grade

13 Qs

quiz-placeholder

Similar activities

SAP SD Module Basic Test ACSET

SAP SD Module Basic Test ACSET

1st - 2nd Grade

8 Qs

Evaluación HP All In One 22- df0021la

Evaluación HP All In One 22- df0021la

1st - 2nd Grade

11 Qs

Jupiter System Architecture

Jupiter System Architecture

1st Grade

15 Qs

Arquitectura básica de la computadora

Arquitectura básica de la computadora

1st Grade

15 Qs

REACT ROUTING

REACT ROUTING

1st Grade

12 Qs

TEMA 1: FUNDAMENTOS DE LA GESTIÓN DE INFRAESTRUCTURAS TIC

TEMA 1: FUNDAMENTOS DE LA GESTIÓN DE INFRAESTRUCTURAS TIC

1st - 3rd Grade

11 Qs

Michigan!

Michigan!

KG - University

10 Qs

Front-end quiz

Front-end quiz

1st - 10th Grade

12 Qs

Routing Rewiew

Routing Rewiew

Assessment

Quiz

Professional Development

1st - 3rd Grade

Hard

Created by

Алёна Янова

Used 3+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What field in route interface is required?

path

component

outlet

all fields are optional

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What path should be on the top of routes array if I want to have all paths working?

'home'

'**'

'home/:id'

''

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What path should be at the bottom?

'' (with path match full strategy)

'home'

'**'

'home/:id'

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is <router-outlet>?

Component

Directive

Template variable

Class

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What specific for this element events can be caught at the <router-outlet>?

click

activate

deactivate

hover

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Current url is .../home. Where I will navigate if I click on a button with [router-link]="[/quests, 1]" and [queryParams]="{magic: true}"

.../quests/1;magic=true

.../home/quests/1/magic/true

.../quests/1?magic=true

.../home/quests/1;magic=true

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Current url is .../home. Where I will navigate if I click on a button with [router-link]="[quests, 1, {magic: true}]"

.../quests/1;magic=true

.../home/quests/1;magic=true

.../quests/1/magic=true

.../home/quests/1?magic=true

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?