My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crucigrama Sopa de Letras Hoja de Trabajo
Calificar este Puzzle:
Log in or sign up to rate this puzzle.

Advanced Angular

Horizontales
The two types of forms that we create in Angular are template-driven and _____________
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
This type of directive is used to add or remove elements from the DOM
This command is used with the Angular CLI to create/scaffold a new Angular artifact
This method of the TestBed class is called to set up a test module for executing our unit tests
This is the method we call on an Observable to be notified of and handle state changes or event occurrences
A newly-created service gets registered with which injector by default
This directive is used for styling the active link on the anchor element for a given route
This route guard type controls access to a given route
Verticales
Examples of this include @NgModule, @Component, @Output, @Input, etc.
Angular follows this type of versioning scheme
This method of the FormGroup class is used to replace values for all controls contained within it
This is the name of a popular testing framework used to build testing specification files in Angular
This Observable property of the FormControl class is used to be notified of modifications to the control’s value
This is the interface we implement in a service which provides the createDb() method and is used with the in-memory Web API
This module exports the ngModel directive which can be used for two-way data binding in our template-driven forms
This RxJS operator can be used to convert almost anything to an Observable