Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Getting Started with Angular 2+
Rating: 4.5 out of 5(3,953 ratings)
76,970 students

Getting Started with Angular 2+

Learn how to build your first Angular 2+ app!
Last updated 5/2017
English

What you'll learn

  • You will learn the basics of how to build a simple but real-world application with Angular.
  • You will learn how to use some of the most common features of Angular, including components, directives, forms, HTTP, and more!
  • You will learn about the structure of an Angular applications and how components fit together with one another.
  • You will learn how to use injectable services and how to make XHR requests from them using Angular's Http module.

Course content

4 sections14 lectures2h 3m total length
  • History of Angular / Meet the Author4:05

    Hey there! I'm Ryan and I'm really excited that you're taking my Getting Started with Angular 2+ course here on Udemy :) I'd like to tell you a bit more about myself, what you'll get out of the course, and also a bit about the recent history of Angular.

  • What We'll Build2:07

    You likely want to know how to build a full out app in Angular 2+. To get you there, we'll build a simple real estate listing app together.

Requirements

  • You should have a working knowledge of JavaScript, HTML, and CSS, but by no means do you need to be an expert.

Description

Want to learn how to build apps with Angular 2? Let's build one together!

Angular is arguably the most popular framework in the world for building single page applications. You may have heard that Angular version 2 is completely different from the original AngularJS, and this is indeed the case. While this can cause frustration for developers who are upgrading their apps, it is ultimately for the best because Angular 2 is so much nicer to work with!

Part of the challenge when it comes to learning Angular 2 is that we need to adopt several new peripheral skills in addition to learning features of the framework itself. For example, most Angular 2 applications are written in a newer language called TypeScript. TypeScript is a superset of JavaScript (meaning that it's just like JavaScript, but with additional features,) but learning it can initially be a challenge.

In this course we'll get down to basics with Angular 2. We'll get a really good sense of how to use it by building out ng2-cribs, a real estate listing application that allows users to view listings, search and filter them, and add new ones in.

By the end of this course you'll have a great idea of how to build an Angular 2+ app and you'll have a great knowledge base from which you can go deeper.

See you in the course!

Who this course is for:

  • Anyone who is completely new to building single page apps
  • Anyone who wants to upgrade from AngularJS to Angular2+
  • Anyone who has started building an app with Angular 2+ but needs more guidance