What happens when the page containing Angular based application loads?
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.
BY Best Interview Question ON 31 Jul 2019