My Crossword Maker Logo
Powered by BrightSprout
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

Advanced Angular Jan 2021

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Across
2
The two types of forms that we create in Angular are template-driven and ________________
3
This is the name of an extension that can be installed in either Chrome or Firefox to provide visualizations and debugging assistance with an Angular app
5
This route guard type controls access to a given route
7
This type of directive is used to add or remove elements from the DOM
13
This method of the TestBed class is called to set up a test module for executing our unit tests
14
This directive is used for styling the active link on the anchor element for a given route
16
Examples of this include @NgModule, @Component, @Output, @Input, etc.
Down
1
Angular follows this type of versioning scheme
4
This command is used with the Angular CLI to create/scaffold a new Angular artifact
6
This Observable property of the FormControl class is used to be notified of modifications to the control’s value
8
This is the interface we implement in a service which provides the createDb() method and is used with the in-memory Web API
9
This module exports the ngModel directive which can be used for two-way data binding in our template-driven forms
10
This method of the FormGroup class is used to replace values for all controls contained within it
11
This is the name of a popular testing framework used to build testing specification files in Angular
12
This RxJS operator can be used to convert almost anything to an Observable
13
This is the method we call on an Observable to be notified of and handle state changes or event occurrences
15
A newly-created service gets registered with which injector by default