Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Angular Essentials (Angular 2+ with TypeScript)
Rating: 4.4 out of 5(5,590 ratings)
38,954 students

Angular Essentials (Angular 2+ with TypeScript)

The most efficient way to dive into Angular 2+ if you got limited time or need to refresh the basics!
Last updated 4/2024
English

What you'll learn

  • Build highly reactive and user-friendly web applications running in the browser (driven by JavaScript)
  • Dive deeper into Angular with very solid fundamentals taught by this course

Course content

12 sections119 lectures6h 37m total length
  • Introduction1:44

    Let's dive into the course and let me welcome you to it!

  • What is Angular?3:11

    Obviously, it's extremely important to know what you're working with. This lecture tackles the most important question for that reason: What is Angular?

  • Join our Online Learning Community0:21
  • How does Angular Work?3:30

    In order to use Angular, you also need to know how it works - this lecture dives into that question.

  • MUST READ: Angular CLI - Latest Version0:15
  • Creating Your First App6:58

    Enough of the theory - let's get started! In this lecture, we'll set up our first Angular App!

  • Editing the First App4:12

    The first app is running - that's amazing. But it would be even more amazing if we would change it, right? Let's do that in this lecture.

  • Understanding the Project Structure4:56

    We got our first app, we did edit it ... but what did the CLI actually create for us? Let's go through the project structure.

  • How does an Angular App Start?5:56

    What's happening behind the scenes? We didn't take a closer look yet, so it's time to do that now.

  • What you'll learn in this Course3:50

    Let me briefly walk you through the course structure and explain what you can get out of this course.

  • Optional: TypeScript Essentials8:24

    Angular uses TypeScript and you don't need to know TypeScript in order to follow along. It can still be easier if you got some basics about TypeScript set. That's the goal of this lecture.

  • How to get the Course Source Code & Ask Questions0:48

    This course offers a lot of content but sometimes, you might get stuck. Learn how to get un-stuck with the hints outlined in this lecture.

  • Useful Resources & Links0:20

    Need more information? Have a look at this lecture.

Requirements

  • You should bring solid JavaScript knowledge
  • NO Angular knowledge is required at all

Description

Angular is an amazing JavaScript (TypeScript) framework which allows you to build small, medium or large Single-Page-Applications (SPAs). Since the code runs entirely in the browser, you can build user experiences which are way faster than traditional websites could ever be!

The skills required to build such SPAs are in high demand since this kind of web app is very popular and allows you to build almost mobile-like, highly reactive user experiences. Indeed most modern web applications are built as SPAs today!

As the creator of the 5-star rated, BESTSELLING Angular course here on Udemy, I know what I'm talking about and I know what the core features of Angular are which you need to learn.

It's my goal to allow you to focus on these core features to get the quickest and best introduction into Angular, you can find!

Learning Angular never is a wrong choice and with this course, it's more correct than it ever was before! This course gives you the fastest and most efficient way of diving into Angular. If you don't want or can't take my Complete Guide on Angular or you want to get a feeling for Angular before doing so, this course is for you! It's also your #1 choice if you already know Angular but want to have resource for refreshing your basic Angular knowledge as fast as possible.

Whilst this course is much shorter, it gives you all the core insights into Angular you need. It focuses on the heart of Angular, the most important features Angular offers you and even shows you how to build a complete Angular app!

Telling by the length of the course, you might not believe it, but you'll actually learn about all these topics:

  • What Angular is

  • What TypeScript is - including a super-efficient introduction to it

  • How to use the CLI to create Angular projects and manage them

  • How Angular apps start and work

  • Which role components play and how to use them

  • How to bind and pass data

  • How to debug your app

  • How to use other, 3rd party JS libraries in an Angular app

  • How to use directives

  • How you may manage application state with services

  • How to turn your SPA into an "illusionary" MPA with routing

  • How to handle user input with forms

  • How to send Http requests

  • How to build your project, optimize it and deploy it

  • Much more!

Who this course is for:

  • Anyone who wants to learn how to create reactive web applications providing awesome user experiences
  • Everyone interested in building single-page-applications (SPAs) with one of the most powerful frameworks you can use as of today