Angular Interview Questions & Answers (2.
5 Years Experience)
1. What is Angular?
Answer: Angular is a TypeScript-based open-source web application framework developed by
Google for building dynamic single-page applications (SPAs).
2. What is the difference between AngularJS and Angular?
Answer: AngularJS (v1.x) uses JavaScript and a controller-based architecture, while Angular (v2+)
uses TypeScript, a component-based architecture, and offers better performance, dependency
injection, and modularity.
3. What is a component in Angular?
Answer: A component is the basic building block of an Angular application, consisting of an HTML
template, TypeScript class, and CSS for styling.