1.

What happens when the page containing Angular based application loads?

Answer»

When a page containing Angular BASED application loads, these below-mentioned scenarios will be completed.

  • The browser will load the HTML DOCUMENT and evaluate it.
  • The file for AngularJS JavaScript will be LOADED and the Angular global OBJECT will be created.
  • Finally, the JavaScript that registers controller function will be executed.


Discussion

No Comment Found