Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Web Development Typescript

Angular Crash Course for Busy Developers

Have limited time to learn Angular 4 (Angular 2+)? Take this course and learn Angular in 10 hours!
Rating: 4.5 out of 54.5 (16,169 ratings)
65,731 students
Created by Mosh Hamedani
Last updated 4/2018
English
English [Auto], Indonesian [Auto], 
30-Day Money-Back Guarantee

What you'll learn

  • Master the essential Angular concepts
  • Troubleshoot common runtime errors
  • Write cleaner, more maintainable code
Curated for the Udemy for Business collection

Course content

11 sections • 137 lectures • 10h 20m total length

  • Preview00:39
  • Preview02:00
  • Preview03:48
  • Preview02:40
  • Preview02:25
  • Structure of Angular Projects
    Preview06:54
  • Preview03:15
  • Preview03:34
  • How to Take This Course
    00:33
  • Asking Questions
    00:33

  • Preview00:41
  • Preview02:24
  • Preview03:00
  • Declaring Variables
    Preview04:49
  • Preview05:43
  • Preview02:47
  • Preview01:44
  • Preview03:54
  • Classes
    04:31
  • Objects
    04:09
  • Constructors
    02:52
  • Access Modifiers
    02:56
  • Access Modifiers in Constructor Parameters
    01:41
  • Properties
    05:18
  • Modules
    04:31
  • Exercise
    00:58
  • Solution
    08:48

  • Introduction
    00:19
  • Building Blocks of Angular Apps
    03:41
  • Components
    09:38
  • Generating Components Using Angular CLI
    04:41
  • Templates
    02:28
  • Directives
    03:27
  • Services
    04:29
  • Dependency Injection
    07:20
  • Generating Services Using Angular CLI
    02:11
  • Authors Page
    1 question

  • Introduction
    00:24
  • Property Binding
    03:16
  • Attribute Binding
    03:35
  • Adding Bootstrap
    04:53
  • Class Binding
    01:47
  • Style Binding
    01:19
  • Event Binding
    04:30
  • Event Filtering
    01:50
  • Template Variables
    01:53
  • Two-way Binding
    08:05
  • Pipes
    06:38
  • Custom Pipes
    06:16
  • Favorite Component
    1 question
  • Title Casing
    1 question

  • Introduction
    00:26
  • Component API
    04:22
  • Input Properties
    04:44
  • Aliasing Input Properties
    04:22
  • Output Properties
    03:22
  • Passing Event Data
    05:51
  • Aliasing Output Properties
    02:05
  • Templates
    02:41
  • Styles
    05:10
  • View Encapsulation
    09:11
  • ngContent
    04:56
  • ngContainer
    02:34
  • Like Component
    1 question

  • Introduction
    00:31
  • ngIf
    06:11
  • Hidden Property
    03:25
  • ngSwitchCase
    06:36
  • ngFor
    04:18
  • ngFor and Change Detection
    03:28
  • ngFor and trackBy
    05:47
  • The Leading Asterisk
    01:47
  • ngClass
    01:51
  • ngStyle
    02:31
  • Safe Traversal Operator
    02:45
  • Creating Custom Directives
    09:52
  • ZippyComponent
    1 question

  • Introduction
    00:26
  • Building a Bootstrap Form
    04:05
  • Types of Forms
    03:21
  • ngModel
    05:30
  • Adding Validation
    03:17
  • Specific Validation Errors
    04:20
  • Styling Invalid Input Fields
    01:26
  • Cleaner Templates
    01:52
  • ngForm
    05:05
  • ngModelGroup
    02:38
  • Control Classes and Directives
    01:47
  • Disabling the Submit Button
    01:08
  • Working with Check Boxes
    02:18
  • Working with Drop-down Lists
    06:02
  • Working with Radio Buttons
    02:55
  • Course Form
    1 question

  • Introduction
    01:15
  • Building a Bootstrap Form
    00:50
  • Creating Controls Programmatically
    06:14
  • Adding Validation
    07:07
  • Specific Validation Errors
    02:33
  • Implementing Custom Validation
    07:01
  • Asynchronous Operations
    05:13
  • Asynchronous Validation
    08:04
  • Showing a Loader Image
    01:37
  • Validating the Form Upon Submit
    04:58
  • Nested FormGroups
    02:40
  • FormArray
    08:43
  • FormBuilder
    03:59
  • Quick Recap
    01:16
  • Change Password Form
    1 question

  • Introduction
    01:03
  • JSONPlaceHolder
    01:52
  • Getting Data
    08:17
  • Creating Data
    07:59
  • Updating Data
    05:05
  • Deleting Data
    01:59
  • OnInit Interface
    03:54
  • Separation of Concerns
    03:41
  • Extracting a Service
    07:09
  • Handling Errors
    03:21
  • Handling Unexpected Errors
    02:27
  • Handling Expected Errors
    04:28
  • Throwing Application-specific Errors
    08:32
  • Handling Bad Request Errors
    02:59
  • Importing Observable Operators and Factory Methods
    03:08
  • Global Error Handling
    07:03
  • Extracting a Reusable Error Handling Method
    03:35
  • Extracting a Reusable Data Service
    07:39
  • The Map Operator
    04:27
  • Optimistic vs Pessimistic Updates
    06:25
  • Observables vs Promises
    06:44
  • GitHub Followers Page
    1 question

  • Introduction
    00:30
  • Routing in a Nutshell
    01:04
  • Configuring Routes
    06:47
  • RouterOutlet
    02:29
  • RouterLink
    05:41
  • RouterLinkActive
    01:52
  • Getting the Route Parameters
    05:23
  • Why Route Parameters Are Observable
    08:57
  • Routes with Multiple Parameters
    01:48
  • Query Parameters
    04:28
  • Subscribing to Multiple Observables
    04:45
  • SwitchMap Operator
    07:59
  • Programmatic Navigation
    02:16
  • Blog Archives
    1 question
  • Note
    00:33

Requirements

  • Basic familiarity with HTML, CSS and JavaScript
  • No prior knowledge of earlier versions of Angular is required

Description

Chances are you have heard that Angular developers are in demand these days. And you are here to learn Angular fast. 


There are tons of great courses out there for learning Angular. But most these courses are more than 20 hours long. If you're a busy developer and need to quickly pick up Angular, this is the ideal course for you. 


This course contains 20 hours of content but you only need to watch the first 10 hours. The other 10 hours are recorded with an earlier version of Angular. You don't need to watch those videos. 


So, in  just 10 hours, you can learn all the essential Angular concepts! You can simply dedicate a weekend to this course and by the end of the weekend you'll have a good understanding of Angular and you'll be able to build real client apps with Angular. 


More specifically, you'll learn about: 

  • Fundamentals of TypeScript and object-oriented programming 
  • Displaying data and handling events
  • Building re-usable components
  • Manipulating the DOM using directives 
  • Formatting data using pipes
  • Building template-driven and reactive forms 
  • Consuming HTTP services 
  • Handling HTTP errors properly 
  • Using Reactive Extensions and observables 
  • Adding routing and navigation


You don't need any prior knowledge of earlier versions of Angular. As long as you have some basic familiarity with HTML, CSS and JavaScript you can take this course and start learning Angular right now!


Every section includes a few bite-sized videos and concludes with a coding exercise to help you master what you learn in that section. 



Reviewed by Todd Motto (Google Developer Expert):

Mosh has a fantastic teaching style, and just delivered the best online course I've seen in a long time. Mosh's approach to teaching and guiding makes no assumptions on existing Angular 1.x knowledge, but helps those who have to clarify new concepts. Mosh guides you through critical concepts slowly without skipping over details, and the course is extremely worth investing a few hours in, your understanding of Angular 2 will reach new levels. He fills all the gaps, presents impeccably well and the preparation was top notch, seriously can't recommend the course enough.



WHAT OTHER STUDENTS WHO HAVE TAKEN THIS COURSE SAY:

"Great course, even for seasoned developers. I'm a ReactJs developer using this to broaden my horizons!" -Tyler Markvluwer


"Mosh is a great instructor, he is very clear and concise and breaks down his examples into small "components" (drum roll please). Having never used Angular before, I'm really impressed at how easy it was to understand the concepts and even managed most of the examples without having to refer back to the lectures and that is in no small part due to Mosh's understanding of Angular and how well he explains everything. If you can't already tell, I'm really impressed Mosh" -Chris Graham


"It's the best angular2 video that i ever seen. It's all well explained and easy to understand. It's not need have angular1 knowledge. I'm happy because i've grown as a developer. Thanks" -Miguelangel Cabrera


"Very good step by step explainations. Focus on "why", then "how" instead of "type after me". Love it!" -Krysztof Gurniak


"As the absolute Angular newbie I was, I can recommend this course 100%." -Guillermo Aguyanes


"Mosh does a great job at explaining templates, directives, dependency injections and everything else. 10/10 would take his course again." -Rob



30-DAY FULL MONEY-BACK GUARANTEE

This course comes with a 30-day full money-back guarantee. Take the course, watch every lecture, and do the exercises, and if you feel like you haven't gained the confidence to build real-world apps with Angular, ask for a full refund within 30 days. All your money back, no questions asked.



ABOUT YOUR INSTRUCTOR

Mosh (Moshfegh) Hamedani is a software engineer with 17 years of professional experience. He is a Pluralsight author and a Udemy instructor with several best-selling courses with more than 130,000 students in 195 countries. His students describe him as passionate, pragmatic and motivational in his teaching.



So, if you're looking for an Angular course that quickly teaches you the absolute essentials, don't look further. 


Enroll in the course now and you'll build your first Angular app within 10 minutes!


Who this course is for:

  • Web developers wanting to build apps with Angular 2+

Instructor

Mosh Hamedani
Passionate Software Engineer and Best-selling Author
Mosh Hamedani
  • 4.5 Instructor Rating
  • 206,283 Reviews
  • 492,188 Students
  • 20 Courses

Hi! My name is Mosh (Moshfegh) Hamedani! I'm a passionate software engineer with two decades of experience and I've taught over 3 million people who to code or how to become professional software engineers through my YouTube channel and online courses.

My goal is to make software engineering fun and accessible to everyone. That's why my courses are simple, pragmatic and free of BS.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.