Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Angular Fast Crash Course
Rating: 4.7 out of 5(2,727 ratings)
61,423 students

Angular Fast Crash Course

Learn to use Angular 2, 4, 5 and beyond!
Last updated 6/2019
English

What you'll learn

  • You will learn the mayor fundamentals of Angular
  • You will learn how to get up and running with Angular
  • You will learn to create Applications using Angular 5 and beyond

Course content

7 sections37 lectures3h 37m total length
  • Introduction5:40

    Edwin D.S. shares his background and motivates students. Set clear goals, finish what you start, and avoid procrastination by pursuing steady daily progress with a turtle mindset.

  • Reference Files0:05
  • What is Angular?4:50

    Explore Angular, a JavaScript-based application framework that uses TypeScript, compiles before running, and is maintained by Google; master its component-based, modular, cross-platform design with a fast command line interface.

  • Installing tools in Windows8:05
  • installing tools MAC OS3:32

    Install essential macOS development tools by installing Node.js and npm, verify with node -v, and set up a capable text editor like Visual Studio Code for Angular projects.

  • Creating our first Angular project10:23

    Install the Angular CLI globally with npm, then scaffold your first Angular project quickly with the CLI instead of building from scratch.

  • Serving our App and Structure Anatomy9:31

    Set up and serve an Angular project, and understand the structure from package.json to src/app. Learn dependencies, modules, components, environments, and basic testing with Jasmine and Karma.

  • Index.html and Build Process10:15

    Observe how ng serve compiles TypeScript into JavaScript, watches for changes, and builds a production distribution with main and vendor bundles for deployment.

  • Where do we write the App Code?5:16

    Identify where to write app code inside the component's TypeScript file, with properties and methods, while the template binds data with curly braces and changes auto-compile to JavaScript.

  • Main Module3:57
  • Section 1 Quiz

Requirements

  • HTML & CSS
  • JavaScript

Description

There are two main Angular versions 1 or AngularJs and 2. This course is focused on versions after 2!

This course is for beginners who are curious on how to get started with Angular. In this course you will learn how to download, install and play around with Angular. We teach you the main components of Angular, so that you can get up and running with it asap. You will learn now to start building applications with Angular.

Learning Angular can be a daunting experience that's why this course was created; to give you an easier learning experience with it. Come join me in this Angular 5 and beyond Crash Course.

Who this course is for:

  • Students who want an introduction to Angular should take this course