ga-wdi-exercises / shaping-up-with-angular

0 stars 20 forks source link

Angular Jeong Hoon Koo #72

Closed jkoo87 closed 7 years ago

jkoo87 commented 7 years ago

Module It defines an application. It is also  a container for the application controllers.

Controller It is a JavaScript Object which controls the data of Angular applications

Data Binding It is the synchronization between the model and the view.

Directive It offers functionality to your applications.

Angular Expression Angular binds data to HTML using Expressions. It can contain literals, operators, and variables.