Thursday, March 9, 2017

Ques-Why angular?
Ans-
  •             Framework that helps you to create dynamic web
  •           writing a proper maintainable architecture, that can be tested at a client side code.

Ques1. What are directives?
Ans-Directives are attribute decorated on HTML element.All directive start with word ng.

Ques2. What are controller?
Ans-Controller are simple javascript function which provides data and logic to HTML.As name suggests controller they control data flow from javascript to HTML UI.

Ques3-What are promises?

Ques3-What is services and factory?
Ques5-Difference between $emit and $broadcast?
Ques6- How to do you share data with controller?
Ques7-What is difference between $compile and $link?
Ques8-How do you use routing in angular js?

No comments:

Post a Comment