New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

Angular Routing Mastery Quiz

Quiz

Played 5

About this activity

Advanced routing concepts

Created by

India

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Angular Routing Mastery Quiz
 

Angular Routing Mastery QuizOnline version

Advanced routing concepts

by Santosh kumar Saini
1

Which import is needed to configure routes in an Angular module?

2

What does a route with path '' typically represent in Angular routing?

3

Which lifecycle of ActivatedRoute gives data from a resolver before the component initializes?

4

Which guard runs before a route is loaded and can prevent navigation?

5

Which option enables lazy loading of a module in routing?

6

What router directive marks where a routed component should be displayed?

7

Which attribute updates the active link styling automatically?

8

How do you navigate imperatively to a route with a parameter?

9

Which guard guards the entire module loading, not just a route?

10

Which guard runs when leaving a component to prevent unsaved changes loss?

Feedback

RouterModule.forRoot(routes) sets up the router at the application's root with the route definitions.

Path '' matches the empty URL and is used for the default/home route in layouts.

ActivatedRoute.data is observable and resolves data before you access it, often consumed in ngOnInit.

CanActivate determines if navigation to a route is allowed before loading it.

Using loadChildren: () => import('./path').then(m => m.Module) enables lazy loading.

RouterOutlet acts as a placeholder that the router fills with the component.

RouterLinkActive adds an active CSS class to matched links.

Use router.navigate with a link array, including dynamic segments.

CanLoad runs before loading a module, preventing lazy-loaded modules from loading.

CanDeactivate prompts or checks if it’s safe to leave the component.

Are you sure you want to leave the page?

If you leave, you will lose the game in progress.