General Flashcards

1
Q

What is Angular

A

A frontend framework that utilizes Typescript and was created by Google.
Used to create Single-Page Applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What directives are in Angular

A

Components, Attributes, and Structural

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Directives - Components

A

Directives with a template. This type of directive is the most common directive type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Directives - Attributes

A

Directives that change the appearance or behavior of an element, component, or another directive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Directives - Structural

A

Directives that change the DOM layout by adding and removing DOM elements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly