What is Angular?
- A A JavaScript library for building UI components only
- B A TypeScript-based framework for building single-page applications
- C A CSS framework
- D A server-side rendering engine
Answer
A TypeScript-based framework for building single-page applications
Angular is a full framework providing routing, HTTP, forms, dependency injection and testing out of the box, unlike a view-only library.





