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

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