What is UT and code coverage?
Angular Developer Interview Questions
1,436 angular developer interview questions shared by candidates
Interview is simple but handson is much much difficult
How does routing work
difference between observable and Promises
1. Explain the complete Angular architecture. 2. What is view encapsulation? 3. How to prevent F5(refresh) in a form? 4. Explain all the life cycle hooks with its advantages. 5. How to pass same header in all the http requests used in different components. Tell 2-3 ways.
All questions related to oops
What are some web security concerns?
find numbers greater than 10 let arry = [1, 5, 15, 8, 25, 10, 30, 9]; let greaterThanTen = arry.filter(num => num > 10); console.log(greaterThanTen); // Output: [15, 25, 30]
1. Use of input output decorator
life cycle hooks and its description
Viewing 401 - 410 interview questions