Is AngularJS a templating system?
Answer / Majid Ali Khan
Yes, AngularJS is a JavaScript-based open-source framework for building dynamic web applications. It is primarily a templating engine that simplifies the HTML by adding data binding and dependency injection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain ng-bind and ng-bind-html directives.
Explain what is factory method in angular.js?
What is the difference between an observable and a promise?
What is databind?
Explain what is linking function and type of linking function?
How to use sharedmodule in angular2?
What is the difference between constructor and ngonlnit in angular js?
What is a structural directive?
What does a service mean in angularjs? Explain its built-in services?
How would you pass data from a parent component to a child component?
What is an injector?
What are directives? How to create and use custom directive in angularjs.