What happens when the page containing angular based application loads?



What happens when the page containing angular based application loads?..

Answer / Sohini Singh

When a page containing an Angular 2 application loads, the browser first parses and compiles the TypeScript code into JavaScript. After that, the compiled JavaScript runs, bootstraps the Angular application, initializes its modules, and renders the initial view.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

Distinguish between angularjs and javascript expressions.

1 Answers  


How google handles security in angular 4 applications?

1 Answers  


What are components in angular?

1 Answers  


What do you understand by linking function? Explain its type.

1 Answers  


Difference between angularjs and javascript expressions?

1 Answers  


How to handle xss or csrf attacks in angular 4 ?

1 Answers  


Can you explain to $on and/or $watch ?

1 Answers  


What is activatedroute?

1 Answers  


what would you have in a shared module in angular 2?

1 Answers  


Ln component and service which logic that we have to write?

1 Answers  


What is the use of pipe in rxjs?

1 Answers  


How would you control the size of an element on resize of the window in a component?

1 Answers  


Categories