1. What is Angular?
Answer: Angular is a platform for building client-side applications using TypeScript, HTML, and CSS. It provides powerful tools like routing, forms, HTTP handling, and dependency injection.
Code:
@Component({
selector: 'app-root...