What is Controller in AngularJS?
Answer / chaitanya
The controller defines the actual behavior of your app. It contains business logic for the view and connects the model to view with the help of $scope. A controller is associated with a HTML element with the ng-controller directive.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain angular js boot process.
Explain how does angularjs implement two-way binding?
How do you decide to create a new ngmodule?
Explain what is data binding in angularjs?
Explain the different types of streams present in node.js?
What is the difference between angularjs 4 and angularjs?
Explain ng-include directive in angularjs?
How can a number of watchers and digest cycle time affect the performance of the application?
What is bazel and closure compiler in angular 6? Explain
What's new features in angular 5?
Difference between directive and pipe in angular?
Sketch a pictorial diagram of angular architecture.