Explain ng-click directive angularjs?
Answer / Akshaya Kumar Singh
The ng-click directive in AngularJS is used to execute an expression when an HTML element is clicked. The expression can modify application data or navigate to a new route, among other possibilities. Multiple expressions can be separated with semicolons.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by a structural directive in angular 2?
How can you increase the performance of your angular application or decrease digest cycle time?
What an angular 5 component made of? How do you generate a new component?
what would you have in a shared module in angular 2?
Explain angular 4 providers.
What is testability like in angular?
What is isolate scope in angularjs?
What is RouterOutlet?
What are custom directives?
What is angular 5? What’s new in angular 5?
Is angular front end?
What are the core differences between observables and promises?