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. Build an AngularJS App From Scratch, Powered by Python EVE

    Build an AngularJS App From Scratch, Powered by Python EVE

    Tutorial Intermediate

    In the previous part of this series, we saw how to get started with Eve, a Python REST API framework, and create some APIs. In this part of the series, we'll...

  2. Create a Simple Shopping Cart Using AngularJS: Part 3

    Create a Simple Shopping Cart Using AngularJS: Part 3

    Tutorial Intermediate

    In the previous part of this tutorial series, we created a custom directive and used it in our simple shopping cart application. In this part of the tutorial...

  3. Create a Simple Shopping Cart Using AngularJS: Part 2

    Create a Simple Shopping Cart Using AngularJS: Part 2

    Tutorial Intermediate

    In the previous part of this tutorial series, we saw how to get started with creating a simple shopping cart using AngularJS. We created a simple design but...

  4. Create a Simple Shopping Cart Using AngularJS: Part 1

    Create a Simple Shopping Cart Using AngularJS: Part 1

    Tutorial Intermediate

    In this tutorial series, we'll see how to go about creating a simple shopping cart using AngularJS. This tutorial series will focus on the use of AngularJS...

  5. Creating a Web App From Scratch Using AngularJS and Firebase: Part 6

    Creating a Web App From Scratch Using AngularJS and Firebase: Part 6

    Tutorial Intermediate

    In the previous part of this series, we saw how to create a blog post and display all the blog posts in the welcome page. In this part, we'll implement the...

  6. Creating a Web App From Scratch Using AngularJS and Firebase: Part 3

    Creating a Web App From Scratch Using AngularJS and Firebase: Part 3

    Tutorial Intermediate

    In the previous part of this series, we created the sign-up page, set up the routes, and also did some form validations using AngularJS. In this tutorial,...

  7. Creating a Web App From Scratch Using AngularJS and Firebase: Part 2

    Creating a Web App From Scratch Using AngularJS and Firebase: Part 2

    Tutorial Intermediate

    In the first part of this series, we saw how to get started with creating an application using AngularJS and Firebase. We created our Sign In page and...

  8. Using Firebase With AngularJS

    Using Firebase With AngularJS

    Tutorial Beginner

    Firebase is a great technology that allows us to create web apps without any server-side programming, so that development becomes quicker and easier. In this...

  9. Creating a Web App From Scratch Using AngularJS and Firebase

    Creating a Web App From Scratch Using AngularJS and Firebase

    Tutorial Beginner

    In this series, we'll be using AngularJS and Firebase to create a simple web application from scratch. It will be a simple blogging application where the...

  10. New Course: Building a Web App From Scratch With AngularJS

    New Course: Building a Web App From Scratch With AngularJS

    Tutorial Beginner

    AngularJS is an amazing front-end framework that has a very novel approach to building web applications, completely unlike any of the other frameworks you...

  11. Extending HTML with AngularJS’s Directives

    Extending HTML with AngularJS’s Directives

    Tutorial Intermediate

    The main thing about AngularJS is that it allows us to extend the capabilities of HTML to serve the purpose of today's dynamic webpages. In this article I...

  12. More Responsive Single-Page Applications With AngularJS & Socket.IO: Creating the Library

    More Responsive Single-Page Applications With AngularJS & Socket.IO: Creating the Library

    Tutorial Intermediate

    In this first tutorial, we'll learn how to build a Socket.IO library for AngularJS to help improve the responsiveness of your web application's user-interface.