Learn Angular 6 in 60 Minutes - Free Beginners Crash Course

preview_player
Показать описание
For the love of god, SUBSCRIBE if you enjoy!
In this 100% free crash course, you're going to learn how to get up and running with Angular 6, along with a very solid and basic understanding of how Angular works.

We're going to build an actual app while we learn how Angular 6 works.

Throughout this Angular 6 tutorial, you're going to learn:

- Install Angular 6 with the Angular CLI
- Understand and Create Components
- Understand and Create Services
- Working with HTML & CSS in Angular 6
- Working with Angular 6 Routing
- Working with the Angular 6 HTTP Client
- Angular 6 Animation

Let's get started!

- - - - - - - - - - - - - - - - - - - - - -

Subscribe for NEW VIDEOS weekly!

^-Chat with me and others

- - - - - - - - - - - - - - - - - - - - - -

Come to my discord server or add me on social media and say Hi!
Рекомендации по теме
Комментарии
Автор

Like this? Smash that Subscribe button!

DesignCourse
Автор

Great video!
Just wanted to add a little tip:
Angular 6 Class Binding: you add listen to the currentUrl in constructor, but there is a small probleem the router.events has diffrent events, sometimes variale is undefined.
If you need to get the NavigationEnd event then you need to filter it to get that.
router.events.subscribe((_: NavigationEnd) => this.currentUrl = _.url);
Would change to
router.events.pipe(filter(e => e instanceof NavigationEnd)).subscribe((e: NavigationEnd) => {this.currentUrl = e.url; });

and import that filters from rxjs/operators.
import { filter } from 'rxjs/operators';

BelthaJ
Автор

I'm an Angular 1.x Developer that had been thinking to switch my Android and iOS app to use Angular2/6 This is really helpful for me to have confidence in moving to angular6. Your teaching is simle and easy to understand. I'll be staying in your channel for quite some time to learn more. Cheers!

beunmin
Автор

Your teaching style is awesome. Very easy to follow. Direct and to the point. No meandering monologue. Thank You Sir.

iamchad
Автор

I absolutely love that you give well written (with screenshots), and video options that you can follow along with to your courses. I use both back and forth, and I find it far more easily to digest new information with multiple forms of learning styles. Also, your timing and speech are on point. Sincerely, thank you, thank you, thank you!

entgoddessgardens
Автор

due, bro, hero... you have taught me all I know about Angular! for someone who comes from Adobe Experience Designer dreams of being the one that makes the apps... you are "The Thing" you are the sliced bread! bro you are killing it! If you ever read my comment please make an Electron- tutorial! That is the stack I've decided to go with and I'm currently on the making of something pretty cool! but the lack of people on the internet knowing the quirks that you face whenever using that specific stack is killing me! but I'm sure ill make it through with the help of your tutorials!

royelioth
Автор

wow! straight to the point. You did not waste on profanity like most tutorials I have encountered. Good job my man.

FemiAdigun
Автор

To anyone experiencing problems integrating the active link styles - use routerLinkActive="activated" and for the root path add true}"

Blckdz
Автор

Wow, a native english speaker giving the basics in a way I can understand. I actually paid for an Angular tutorial and didn't get it as well as this tutorial. The paid tutorial was like drinking from a fire hose. I am proficient and AngularJS, but this is worlds different.

westgeorgiavaper
Автор

Gary, I left a damn comment xD. Thanks for this tutorial, couldn't find any Angular tutorial online that explained it as well as you could. Aside from the animation part, everything was super clear. I'm going to go through this video again and build it.

CarlitoProductions
Автор

This crash course is really great! mostly for angular newbie like me. Now I'm motivated to learn more about angular. Thanks Gary!

rafaellevillegas
Автор

Great video.. Subscribed as well. I watched this yesterday and typed each bit in rather than copy/paste.

Looking at it again today and just following along really has helped my understanding.

Really top video.

DoblyTufnell
Автор

Learning Angular for the first time. Your lesson is the best I've seen. Thanks for sharing your knowledge, man.

acemiel
Автор

I don't get bored listening to you. Such a good tutor

iamdare
Автор

Best Angular 6 course on the youtube. thanks for your effort. Love from India

foottics
Автор

Gary, three words plus one: thank you very much!!! Easy to follow this crash course, and amazing results in just one hours. Glad I found this video. Thanks!!!

letthedrummingbegin
Автор

That's a great tutorial on angular 6, making things simple to grasp as a beginner. I love this tutorial and hope you bring more simplified videos as this. Great video quality!

kwametawiahosei
Автор

Really enjoyed the learn-by-example approach. Looking rampup on Angular 6 and this shows that AND interacting with an external service (API call). With notes on style (Material Icons, fonts) and more! Good stuff. Definitely worth an hour of your time!

rcampbellnc
Автор

This course was amazing and so well explained, english is not my first language and i'm still struggling with some words, but i like the way you explain: slow and understandable. Thank you so much!

anasandoval
Автор

Really good, tight presentation and overview of ng, components, templates, routes and services ... could have done without the animation, but hey, it was some neat sizzle. Great stuff, and better than I've seen !

martymuzik