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