Closed jkoo87 closed 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.
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.