Angular 7
Angular 2 is a complete re-write of Angular 1.
True
Each component should have its own folder in the project folder structure.
True
The Angular CLI is the preferred method of creating new Angular projects.
True
TypeScript is a compiled language.
True
Angular and AngularJS are synonymous.
False
Browsers are capable of running TypeScript directly.
False
To start an Angular app using the Angular CLI, you use the ng __________ command.
serve
What Angular CLI option is used to specify a custom selector prefix when creating a new component?
--prefix
Bootstrap's grid system allows up to __________ columns across the page.
12
Angular's development server uses HTTP port __________ by default.
4200
What is the class name of the default root component in an Angular application?
AppComponent
Angular uses the __________ character to support multiline HTML and CSS in component templates.
Backtick
The __________ keyword is required in order to use code from separate code files.
Export
Angular is a JavaScript:
Framework
__________ are used in TypeScript to support a variety of types in a component.
Generics
Angular uses (the) __________ to manage the different dependencies of an Angular project.
Node Package Manager
What are the two types of built-in Directives that we discussed in class?
Structural, Attribute
__________ is used to bundle an Angular project.
Webpack
What is the name of the first TypeScript file that runs at application startup?
main.ts
A ________ or ___________ property must be included in every @Component decorator.
template, templateUrl