Angular Flashcards

1
Q

Angular is a ______ ____ application framework.

A

client side

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

The 3 major Angular components are what?

A

Templates, Directives, Controllers

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

Angular is special because of

A

Two way data binding

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

{{ name }} is known as string _____________.

A

interpolation

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

[property]=”data” is known as property _______.

A

binding

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

[(ngModel)]=”data” is known as what?

A

Two way binding

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