Hey Gary. Great video. A little thing. Please try to clear the screen before writing the commands. Because I have closed caption turn on they appear at the bottom of the video and overlap what you are writing.
Hey, great video. Gives nice hands-on for a rookie. One suggestion though. When typing code, please pay attention to documentation popups comming out like here: ua-cam.com/video/z4JUm0Bq9AM/v-deo.htmlm25s. It makes following the video a bit difficult and distractive. Besides that, awesome stuff.
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';
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!
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!
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- Angular-Material-bootstrap-Firebase2 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!
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 !
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.
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.
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!!!
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.
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!
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!
Gary, this is a wonderful course. Your explanations are very clear and explained a number of things I didn't quite pickup from the Angular 'Heroes' tutorial on the official web site. Well done!
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!
This tutorial is perfectly detailed oriented with explanations and code snippets as it steps through the scope of the tutorial.. highly appreciate the effort.!!
Wow! This is one of the best exaplined coding tutorials I ever watched. Great job and thank you! This helped to understand Angular for my college exam tomorrow, I'm ready to jump into the details now!
Awesome crash course. I hope you will make more videos with more details and depth about angular. Like authentication, securing the app, developing a PWA(Progressive Web App) etc.. You have a very good voice and "explain style" for tutorial videos. Keep it up! :)
Loved the tutorial, I am new in Angular and Node I did more than 12 tutorials all hit a dead end when the Angular2 I was installing had different behavior to angular6. you really shed some light thank you.
Another great short course about Angular! I would love to see how you make other small apps, which are a really basic version of real-life projects on the market.
To anyone experiencing problems integrating the active link styles - use routerLinkActive="activated" and for the root path add [routerLinkActiveOptions]="{exact: true}"
I really like the style of your tutorial. I learned a lot, and I would be interested in taking one of your courses, especially one involving data stores.
Really good crash course. I would like it if you broke it down into smaller videos with specific topics and put them in a playlist. That would be great. Thanks again
Like this? Smash that Subscribe button!
I aggree, he did one a year ago ua-cam.com/video/O_jxEC0hWcA/v-deo.html but when I try to reproduce most of the code didnt work.
Hey Gary. Great video. A little thing. Please try to clear the screen before writing the commands. Because I have closed caption turn on they appear at the bottom of the video and overlap what you are writing.
Subscribed. Second tutorial I've watched that has taught me a lot, and I plan on watching some of your old videos as well. Great work!
Please do authentication and session management in angular 2+
Hey, great video. Gives nice hands-on for a rookie. One suggestion though. When typing code, please pay attention to documentation popups comming out like here: ua-cam.com/video/z4JUm0Bq9AM/v-deo.htmlm25s. It makes following the video a bit difficult and distractive. Besides that, awesome stuff.
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';
Had this problem, currentUrl was undefined. Added these 2 lines and it works. Thanks!
Thanks! That worked!
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!
Your teaching style is awesome. Very easy to follow. Direct and to the point. No meandering monologue. Thank You Sir.
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!
I just love that your videos always comes with a written part
I don't get bored listening to you. Such a good tutor
wow! straight to the point. You did not waste on profanity like most tutorials I have encountered. Good job my man.
This crash course is really great! mostly for angular newbie like me. Now I'm motivated to learn more about angular. Thanks Gary!
Awesome!
Learning Angular for the first time. Your lesson is the best I've seen. Thanks for sharing your knowledge, man.
Thirty minutes into this course and I feel like I already understand Angular. Thank you for this
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- Angular-Material-bootstrap-Firebase2 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!
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 !
Best Angular 6 course on the youtube. thanks for your effort. Love from India
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.
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.
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!!!
Great crash course, thank you for taking the time to produce this course along with the many other courses you've made.
Just getting into Angular. Loved this quick overview of some of the main features. Very useful- thank you!
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.
I am leaving a damn comment: I like your channel so much. Not only the Angular you are teaching, but also the design is so neat.
Just try this tutorial once: ua-cam.com/video/cikNYOtkfbw/v-deo.html
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!
Simple and crisp explanation. Appreciated, thanks.
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!
I really like your tutorials! Very clear and bright!
Gary, this is a wonderful course. Your explanations are very clear and explained a number of things I didn't quite pickup from the Angular 'Heroes' tutorial on the official web site. Well done!
Liked the tons of hints and places to get more. Great crash course. awesome
Thank You very much. You are the best. Please do Authentication and Session management in Angular 6
Session is called state in Angular, it’s client side while session is server side 👍👍
Really a great tutorial so far , I would really encourage you to keep up the good job , thumbs up
Dude , ur amazing seriously you provide good stuff for free !! keep it up
You explain details so a person can really learn. Thank you for this great vid! I especially appreciate the written version as well.
OMG Thank you for providing a written version. I don't like video tutorials and I work best with written ones.
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!
Excellent your video, simple and direct showing a small introduction to Angular 6
Really constructive and quali-full introduction into Angular 6 . Highly recommended !!!
I don't often press the subscribe button for these type of videos.
Very well done!
Great video. It saves me a lot of time to start with angular - a new language for my coding experience. Thanks very much.
I love these follow along tutorials
This tutorial is perfectly detailed oriented with explanations and code snippets as it steps through the scope of the tutorial.. highly appreciate the effort.!!
Thank you so much for this. This is a good way to start off learning Angular 6.
David this is a great introductory course in Angular.js. Keep up the good work. Thanks
Great video! Much appreciate the written version too.
Dear Gary,
I love what you do, your videos are very well explained and you're a wonderful teacher.
Love,
Mélinda.
Awesome tutorial Gary, keep up the good work
This has to be the best Angular tutorial out there thank you so much!
you sir, are a career-saver. this will definitely start me up on angular.
Wow! This is one of the best exaplined coding tutorials I ever watched. Great job and thank you! This helped to understand Angular for my college exam tomorrow, I'm ready to jump into the details now!
Awesome explanations! Thank you!
I've been looking to create a side nav like this one for a minute! awesome thanks!
This 60 mins video is very very helpful for new comers of Angular...I appreciate your effort Garry....Thanks a lot... :)
Love your work man. Nice to follow along. Thanks a million!
Your class is very good and i really enjoyed. it is very simple and easy to understand beginners in angular .Expecting more video tutorials....
I love your channel, your videos are very helpful.
Not even a second was wasted. Really helpful video ever seen !! Cheers 👍🏻
Really appreciate these crash courses 🙏🏽
Awesome tutorial! I used Angular 1 many years ago, and boy! What an upgrade!
Many thanks for keeping it simple and understandable. Great Tutorial.
Awesome crash course. I hope you will make more videos with more details and depth about angular. Like authentication, securing the app, developing a PWA(Progressive Web App) etc..
You have a very good voice and "explain style" for tutorial videos. Keep it up! :)
Very nice and well interpreted tutorial.
Great tutorial man, it was really very useful!
Loved the tutorial, I am new in Angular and Node I did more than 12 tutorials all hit a dead end when the Angular2 I was installing had different behavior to angular6. you really shed some light thank you.
Awesome, glad it worked out.
You're the best!! Man! I like your tutorials so much. Keep up your good work, god bless you Simon!
Really great tutorial. Love it. Thanks!
Another great short course about Angular! I would love to see how you make other small apps, which are a really basic version of real-life projects on the market.
Gary, this is the project I made thanks to your tutorial. Once again, thanks! daxtersky.github.io/angular-httpclient
You are a Professional, started my first session
This helped a lot to get up to the speed. :) .Thank you very much.
Thank you fro quick overview about the Angular 6, it was a good learning.
To anyone experiencing problems integrating the active link styles - use routerLinkActive="activated" and for the root path add [routerLinkActiveOptions]="{exact: true}"
Thank you! I learned something new and got my application to work like it does in the video. Appreciate the help!
so cool! im trying to rebuild my social network with react and having a HARD time, this helps a bit, thanks
You are great as always this video was really helpful!
Nicely explained and covered the most required tings in a single video. :)
You made me sneek into angular and explore it!!
It's great. thank you for these series! keep up the good work!
Liked, Subscribed, and left a comment! I'm all set.
This is a great video, Thanks Gary
Hey! Thanks for all the information! Im a current student in software development and this broke it down really well
Thanks for the tutorial. It was very easy to follow.
Getting Ideas from your videos plus Research and StackOverflow = Successfully created my first Angular Website! Thanks!
Great work man. It is helping me a lot. Thank you!
really liked your video helped a lot!! cheers and keep up the good work
Thanks dude, you inspired me a lot!!
I really like the style of your tutorial. I learned a lot, and I would be interested in taking one of your courses, especially one involving data stores.
Man, this is great, have been waiting for it for a long time.
You are very good in explaining
Great explanation bro. Keep up the good work!
Great Job! Please keep the valuable contents coming :)
Well experienced demo. Thanks lot
Awesome video ! So easy to follow and understand. Looking forward to next tutorial on Angular 6. (y)
Awesome! Tank You! Keep up the good Work!
I will rate this 5 star. Great content
Thank you so much...you just helped me understand somethings I've been fighting with for days..Bless you!
Thanks mate! I got a quick overview of what A6 is. Peace!
Really enjoyed the course. Wonder if you would do a comprehensive course on Angular sometime.
Great video...really very helpful..Thank you
Really appreciate your course ! big up!
This is the best tutorial for beginning!
Thank’s man!
Really good crash course. I would like it if you broke it down into smaller videos with specific topics and put them in a playlist. That would be great. Thanks again
Awesome video ! Thanks for sharing
Perfect tutorial that cover all beginner needs, and well explained .. thank you
I loved this video, thank you very much