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 |
Distinguish between angularjs and javascript expressions.
How google handles security in angular 4 applications?
What are components in angular?
What do you understand by linking function? Explain its type.
Difference between angularjs and javascript expressions?
How to handle xss or csrf attacks in angular 4 ?
Can you explain to $on and/or $watch ?
What is activatedroute?
what would you have in a shared module in angular 2?
Ln component and service which logic that we have to write?
What is the use of pipe in rxjs?
How would you control the size of an element on resize of the window in a component?