0% found this document useful (0 votes)
168 views1 page

Angular Interview Q&A for 2.5 Years Experience

Angular is a TypeScript-based framework by Google for building single-page applications. It differs from AngularJS by using a component-based architecture for better performance and modularity. Components are the fundamental units of Angular applications, comprising HTML templates, TypeScript classes, and CSS.

Uploaded by

noobpredator24
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
168 views1 page

Angular Interview Q&A for 2.5 Years Experience

Angular is a TypeScript-based framework by Google for building single-page applications. It differs from AngularJS by using a component-based architecture for better performance and modularity. Components are the fundamental units of Angular applications, comprising HTML templates, TypeScript classes, and CSS.

Uploaded by

noobpredator24
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like