Routing Rewiew

Routing Rewiew

1st - 3rd Grade

13 Qs

quiz-placeholder

Similar activities

TV 2020

TV 2020

KG - Professional Development

10 Qs

Unit 114: Routers (No.4)

Unit 114: Routers (No.4)

1st Grade

12 Qs

Support 6 1

Support 6 1

1st - 5th Grade

10 Qs

Subscription: Onboarding & Common Issue

Subscription: Onboarding & Common Issue

1st Grade

10 Qs

Mphasis Angular Quiz

Mphasis Angular Quiz

1st Grade

10 Qs

CANVAS PD Quiz

CANVAS PD Quiz

KG - 5th Grade

12 Qs

Node.js

Node.js

1st Grade - Professional Development

10 Qs

[ID & PH] Product Hangout: Invoice

[ID & PH] Product Hangout: Invoice

1st Grade

10 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?