Learn Angular

Develop dynamic web applications with Angular. Learn to build forms, apps, and so much more with these comprehensive Angular tutorials.

All Angular content:

  1. How to Define State With Angular UI-Router

    How to Define State With Angular UI-Router

    Tutorial Intermediate

    In this short video from my course, Single-Page Apps With Angular UI-Router, you’ll learn what states are and see how we can add them to our app’s...

  2. How to Create Animations in AngularJS With ngAnimate

    How to Create Animations in AngularJS With ngAnimate

    Tutorial Intermediate

    This tutorial will teach you how to add animations to your AngularJS web app using the ngAnimate module. You will also learn how to use it along with the...

  3. AngularJS Form Validation With ngMessages

    AngularJS Form Validation With ngMessages

    Tutorial Intermediate

    In this tutorial, you will learn how to easily validate form input using the ngMessages module. You will also learn about the importance of using the correct...

  4. How to Set Up a Project in Angular 2

    How to Set Up a Project in Angular 2

    Tutorial Beginner

    The introduction of Angular 2 meant big changes for Angular developers. Often the best thing to do is to undertake a rewrite of the app, module by module....

  5. New Coffee Break Course: How to Use the Angular 2 HTTP Service

    New Coffee Break Course: How to Use the Angular 2 HTTP Service

    Tutorial Beginner

    In our new Coffee Break Course, How to Use the Angular 2 HTTP Service, you'll learn all the ins and outs of using HTTP with Angular 2.

  6. How to Build an Angular 2 Service

    How to Build an Angular 2 Service

    Tutorial Intermediate

    In this video from my course, Modern Web Apps With Angular 2, I'll show you how to use Angular 2 to build a service which will interact with the server.

  7. New Course: Get Started With NativeScript and Mobile Angular 2

    New Course: Get Started With NativeScript and Mobile Angular 2

    Tutorial Beginner

    NativeScript is a cross-platform mobile framework that lets you write apps using the web technologies you know and love: CSS, ES6, and even frameworks like...

  8. Get Started With Angular 2 and TypeScript

    Get Started With Angular 2 and TypeScript

    Tutorial Beginner

    In this video tutorial from my course, Get Started With Angular 2, we’ll look at how TypeScript works with Angular 2. I’ll also show you some basic...

  9. How to Set Up Basic Routing in Angular 2

    How to Set Up Basic Routing in Angular 2

    Tutorial Intermediate

    With the recent official release of Angular 2, it's a good time to get up to speed on some of the biggest changes. So in these two quick video tutorials from...

  10. Test-Driven Development in AngularJS

    Test-Driven Development in AngularJS

    Tutorial Beginner

    Why use test-driven development? In this short video from my recent course, I'll examine what test-driven development is and why you should use it. I'll also...

  11. Mastering AngularJS Directives

    Mastering AngularJS Directives

    Tutorial Intermediate

    Directives are one of the most powerful components of AngularJS, helping you extend basic HTML elements, create reusable and testable code. In this tutorial,...

  12. Build an AngularJS App Powered by Python EVE: Part 2

    Build an AngularJS App Powered by Python EVE: Part 2

    Tutorial Intermediate

    In the previous part of this series, we implemented the sign-in and sign-up process using the Eve API we created in the first part of the series. We used...