Angular Flashcards
1
Q
Angular is a ______ ____ application framework.
A
client side
2
Q
The 3 major Angular components are what?
A
Templates, Directives, Controllers
3
Q
Angular is special because of
A
Two way data binding
4
Q
{{ name }} is known as string _____________.
A
interpolation
5
Q
[property]=”data” is known as property _______.
A
binding
6
Q
[(ngModel)]=”data” is known as what?
A
Two way binding