Search⌘ K
AI Features

What Is Angular?

Explore the fundamentals of Angular, including its purpose as a versatile web application framework. Understand Angular's history, key features like declarative templates and dependency injection, and how it supports building applications for web, mobile, and desktop through practical examples.

We'll cover the following...

We will introduce the demo Angular application that will be built throughout the book. In this section, we will cover the following topics:

  • What is Angular, and why are we looking at it?
  • Some examples of the types of applications that can be built with
...