1 / 11

What are prerequisite for learning angularjs?

In this PPT you are going to know What are prerequisite for learning angularjs.<br><br>Meet the Experts for Better Guidence : https://nareshit.com/angularjs-online-training/

Download Presentation

What are prerequisite for learning angularjs?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What are prerequisite for learning angularjs?

  2. HTML : • Most of the templates we create in angularJS is in the form of handcrafted htmls. i.e. So you must know that what are forms in html and what are tags ng-form etc.

  3. CSS : • While hand crafting template you should require css to make more attractive UI design.

  4. DOM : • Document object model and how document is created. If you have good jquery background you can easily pick up this part.

  5. Object Oriented JavaScript: • Global name space: AngularJS heavily uses javascript name space.

  6. Inheritance: • Inheritance is very important concept in JavaScript. Inheritance is heavily used in all the frameworks in JavaScript.

  7. Model View Whatever(MVW): • This term is used heavily by all AngularJS developers. It is coined by Google. It is simple MVC concept.

  8. Separation of Concern(SOC): • SOC concept is heavily used in AngularJS. In angularJS all the controllers, directive, services and factories are made for SOC. It provide more lean and cleaner code. Also re usability automatically increases if you use SOC concept.

  9. Promises : • Promises are nothing but callbacks. When you call any AngularJS service it will be called asynchronously. When response is send from service callback hold the response and do the needful.

  10. Test Driven Development : • Best thing about AngularJS is you can easily write test script so that when you go home, you can easily have sound sleep.

  11. Meet the Experts for Better Guidence : • https://nareshit.com/angularjs-online-training/

More Related