Posts

Showing posts with the label #Angulajstraining
Image
Top 100 Frequently asked AngularJS Interview Questions & Answers..! 1.What is AngularJS? AngularJS is open source client side MV* (Model – View – Whatever) framework for creating dynamic web applications. It gives life to your static HTML and makes it dynamic with its magic. It extends HTML using directives, expression and data binding techniques to define a powerful HTML template. 2. What are the uses of AngularJS? Below are the uses of AngularJS – It uses MVC pattern. Allows to create our own directive for making components reusable. Used for two way binding i.e, connecting model and view. Supports Dependency Injection (DI) 3. Explain what are the key features of Angular.js ? The key features of angular.js are:                      Scope            Controller           Model           View           Services           Data Binding           Directives           Filters           Testable 4. List out the advantages