Angular Js Interview Questions - Part 1
- What are the differences between AngularJS (angular 1.x) and Angular (Angular 2.x and beyond)?
- What is a component? Why would you use it?
- What is the minimum definition of a component?
- What is a module, and what does it contain?
- What is a service, and when will you use it?
- What is a promise? Explain it laymen's terms.
- What are the life cycle hooks for components and directives?
- What are pipes? Give me an example.
- What are the differences between reactive forms and template driven forms?
- What is a dumb, or presentation, component? What are the benefits of using dumb components?
- How do components communicate with each other?
- How would you use http to load data from server?
- How do you create routes?
- How can you get the current state of a route?
- How do you create two-way data binding?
- How do you load external modules?
- How would you display form validation errors?
No comments:
Post a Comment