Login

Lost your password?
Don't have an account? Sign Up

Angular Crash Course (2019)

UPDATED 2021 VERSION:

In this video we will talk about what Angular is and then jump in and build a small app With Angular 7, looking at most of the fundamental concepts like components, services, modules, etc

Sponsor:

Code:

? Become a Patron: Show support & get perks!

Website & Udemy Courses

Follow Traversy Media:

https://www.educational.guru

25 comments

    1. Maciej Jaros

      What’s the point of using the http module? Not sure why you marked it as an important part of the tutorial?

      It seems to me it actually does nothing interesting. It doesn’t do any validation. It doesn’t enforce types. Nothing. Seems like a waste of time to use it when you could just use fetch ¯_(ツ)_/¯.

      And the tutorial is actually wrong. `return this.http.get` actually still returns . You are just lying to the complier you validated the output.

      Quick test:
      1. Add a new property to `class Todo` like `foo = ‘bar’;`.
      2. Add `console.log(todos)` in TodosComponent.ngOnInit (in subscribe).

      You will see that `userId` is still in the array. You will see that there is no `foo` property.

  1. Umar Nasir

    Brad, thank you so much. Your tutorials have increased my knowledge about web-development by an exponential amount. Hope to see more patreons to support your hard work in the coming future!

  2. Anders Husmo

    Such an excellent tutorial! High quality, well explained and no nonsense. I’m gonna have to watch this one again due to the sheer density of the material, but I can already see the power and potential of using this framework.

  3. Meditation Heath and Wellness

    Thank you for the great courses as always. I love all the different series on your channel. I encourage all your subscribers to review all your content. Excellent work

  4. franeklubi

    Thank You for this video, Angular is much simpler than I first imagined.
    What was overwhelming from the start was the amount of files it creates, but it actually makes a lot of sense.
    Very good tutorial, easy to follow, 10/10 would code up another project with you Brad! 😀

  5. LEGnewTube

    Thank you for this awesome tutorial! I learned a ton about the language! My only recommendation would be to add breaks in between coding snippets or something. The flipping between files and coding was difficult to keep up with. I tried it at .75 speed, but it was to grainy sounding.

  6. masoiaXL

    Thank you so much for this video, it was great for getting acquainted with Angular! I’m new to front end development, and the flow of this video was just right.
    Not too hard so I couldn’t follow, and not too easy. Keep it up man!

  7. Kumar Desai

    Hey Brad, in the middle of watching this video – great as always. Just wanted to let you know that I scored a top web developer job in San Francisco last year. I spent three months beforehand watching your videos and filling in a few technology gaps. Even though I have 15 years experience I needed to get up to speed with some of the tech job requirements (node, gulp, es6, etc). Luckily I was able to do that by watching your tutorials. Got the job (after seven interviews) and was able to hit the ground running. Very grateful. I have an Angular project to build at work and this video has got me started. Thanks for your help. Keep up the good work.

  8. pampula

    Brad, thanks dude. I was just starting out with Angular and I found this course to be very informative. Keep it up, I would love to see something like full angular course on any platform you like, full project based where you go from basic to more advanced stuff.

  9. Tatiany Kazmierczak

    Amazing crash course. It’s exactly what I was looking for.
    Watching a crash course is much more productive, I think. You can get a very good idea of how the platform works, rather then wasting your time splitting hairs about every single thing you could possible do with it.

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*