Introduction
Essentials

Essentials

A short introduction to some of Angular's main concepts.

Interested in Angular?

Welcome! This Essentials guide explains some of Angular's main concepts, helping you understand what it's like to use the framework. This guide focuses on just a few building blocks as a short introduction. If you're looking for deep, comprehensive documentation, you can navigate to specific In-depth Guides from the documentation landing page.

If you prefer to immediately start writing some code, you can skip straight to the hands-on tutorial.

Before you start

This site expects that you're familiar with HTML, CSS and TypeScript. If you are totally new to web development, you should seek out some more introductory content before coming back here.

In particular, you should be familiar with the following concepts:

Next Step

Ready to jump in? It's time to learn about components in Angular!