Angular Tutorial Series

5 articles

A step-by-step guide to building Angular applications from scratch, covering components, data binding, routing, and more.

Angular Tutorial 1: Getting Started

How to get started with Angular from scratch, part 1.

Angular Tutorial 2: Building Blocks

Let's learn about the basic building blocks of Angular - Components, Directives, Pipes, Services and Modules.

Angular Tutorial 3: Creating Components

Angular apps are composed of components, which encapsulate view, logic and styling. We'll focus on these in this part of the series.

Angular Tutorial 4: Data binding

Data binding allows you to sync data automatically in and out of components and fire events to external listeners.

Angular Tutorial 5: Component input and output

How to define possible inputs for your components and also output events, which can be subscribed to.