Angular Tutorial for Beginners: Learn Angular & TypeScript

  Рет қаралды 4,399,969

Programming with Mosh

Programming with Mosh

Күн бұрын

Angular tutorial for beginners: Learn Angular & TypeScript from scratch.
🚀 Ready to master Angular?
- Check out my full course: mosh.link/angular-course
- Subscribe for more awesome content: bit.ly/38ijYjn
✋ Stay connected:
- Twitter: / moshhamedani
- Facebook: / programmingwithmosh
- Instagram: / codewithmosh.official
- LinkedIn: / codewithmosh
TABLE OF CONTENT
00:00 Introduction
02:54 What is Angular?
04:54 Architecture of Angular Apps
08:41 Setting Up the Development Environment
11:25 Your First Angular App
13:50 Structure of Angular Projects
20:43 Webpack
23:57 Angular Version History
27:31 Course Structure
31:55 TypeScript Fundamentals
32:34 What is TypeScript?
34:58 Your First TypeScript Program
37:57 Declaring Variables
42:46 Types
48:29 Type Assertions
51:15 Arrow Functions
52:59 Interfaces
56:54 Classes
01:01:22 Objects
01:05:31 Constructors
01:08:22 Access Modifiers
01:11:18 Access Modifiers in Constructor Parameters
01:12:58 Properties
01:18:15 Modules
01:23:22 Angular Fundamentals
01:23:41 Building Blocks of Angular Apps
01:27:22 Creating Components
01:37:00 Generating Components Using Angular CLI
01:41:40 Templates
01:44:08 Directives
01:47:34 Services
01:52:02 Dependency Injection
01:59:22 Generating Services Using Angular CLI
02:01:32 Exercise
#angular #webdevelopment #programming

Пікірлер: 2 300
@muhammadshahrez2130
@muhammadshahrez2130 3 жыл бұрын
Hi Mosh, I took your angular course in 2020. I have just landed on my first angular developer job as a Junior Developer. I would like to thank you from all my heart. God bless you!
@cjeeckazad2995
@cjeeckazad2995 3 жыл бұрын
plz can you tell me how did you study?
@IndialovesyouBJP2024
@IndialovesyouBJP2024 3 жыл бұрын
@@muhammadshahrez2130 congrats buddy! wheres the party at!
@IndialovesyouBJP2024
@IndialovesyouBJP2024 3 жыл бұрын
hope you get lots of success and hope everyone gets the same!
@GabrielTobing
@GabrielTobing 3 жыл бұрын
Congrats dude!
@GaryParkin
@GaryParkin 3 жыл бұрын
Congrats! I hope the job is still everything you thought it would be!
@gronavet
@gronavet 3 жыл бұрын
Thank you Mosh. As a novice programmer and an experienced teacher/instructor I can only appreciate what a great job you are doing and recommend you to everyone I know who might need courses.
@friize
@friize 3 жыл бұрын
It's nice to see you also learn everything around angular/typescript. Like getting around every aspect of the code and not only the typescript specific part, really enjoyable even for people like me who already know things.
@AkhilKumar
@AkhilKumar 5 жыл бұрын
What an intro! First 3 mins of project intro was enough to sell this tutorial like hot cake and yet you've decided to place it for free. Thank you so much!
@etis398
@etis398 2 жыл бұрын
I really liked the way you presented TypeScript, by taking a plain JS example and progressively enhancing it. Also you were always showing the immediate results of what you just typed, answering potential questions that a viewer could ask after a code change. The pace is not too fast and makes it a good experience to learn about these concepts (especially as a non native english speaker).
@user-tj5ju2xm3v
@user-tj5ju2xm3v 8 ай бұрын
If anyone is getting stuck around 1:39:50 because you don't see the "update" line, this is why: Current version of angular doesn't seem to do this by default. You have to first create your project like this: ng new hello-world --routing true --no-standalone The --no-standalone is what fixes it. Then when you run: ng g c course You will get the "update src/app/app.module.ts" line
@k303k
@k303k Ай бұрын
currently his paid course is Angular 4 . do you think it is still updated to get a job after the course ( I mean his course version)?
@zeko-power
@zeko-power 21 күн бұрын
thanks a lot but I did not find out the ''assets' and 'environments' folder of 'src' @ 20:50 plus not get it out 'e2e' folder
@user-sl4ox4ps7h
@user-sl4ox4ps7h Жыл бұрын
Of all the angular tutorials I myself have seen as well as recommended this tutorial for sure shows how much effort have you put in this 2 hours tutorial. Huge respects to you. For anyone who's new to any stack your videos are the best ones. I genuinely want to appreciate what you are doing here and wish you the very best.
@k303k
@k303k 2 ай бұрын
is this course still updated for this time?
@laurabartel7240
@laurabartel7240 3 жыл бұрын
You are an A+ instructor. I really appreciate that you showed the long way which I could understand from programming in other languages before you shortened the code example. Seriously loved this tutorial!
@xWavess
@xWavess 2 жыл бұрын
This is an extremely good video for anybody trying to get into software development. I have 5 years of experience and I'm currently searching for a new job, I have barely any JavaScript or Angular experience but this video is super helpful. Having a background in XAML and C#, the same concepts apply and transfer almost seamlessly. Thank you for putting this together!
@daviddeasy8896
@daviddeasy8896 6 жыл бұрын
Note that there is a very useful Table of Contents under "SHOW MORE" in the description of this KZbin video. The TOC includes the time offset of each section and a link to jump the video to that course section. There is also a Course Structure section that gives an overview and suggested order for viewing if you are in a hurry.
@goddardpk
@goddardpk 3 жыл бұрын
You struck a perfect balance between providing context and not getting mired in too many details for first time users of this amazing tech stack. Thanks so much!
@user-yo5ie7jf9f
@user-yo5ie7jf9f 8 ай бұрын
Hey guys quick heads-up, to follow along with this course now you need to make sure to specify --no-standalone when creating the project through the angular cli as it by default does not include to module file.
@developedbymighty
@developedbymighty 7 ай бұрын
Is the tutorial still relevant today?...I want to know before i watch
@curiousnerd2253
@curiousnerd2253 7 ай бұрын
@@developedbymighty yes tutorial is relevant. just specify the above command and you are good to go.
@mightytunesng
@mightytunesng 7 ай бұрын
​@@curiousnerd2253thanks man
@k303k
@k303k Ай бұрын
@@curiousnerd2253 currently his paid course is Angular 4 . do you think it is still updated to get a job after the course ( I mean his course version)?
@Putin___Huilo
@Putin___Huilo 6 жыл бұрын
Absolutely amazing video tutorial! Mosh Hamedani, your explanations of every single thing - are awesome !
@veebxl
@veebxl Жыл бұрын
Mosh, this is just what I needed, even if it's 5 years old, but you are such a great tutor! Learned a bunch of things that were a bit blurry before , and you make it so clear !Thank you!!
@flaviojorge5652
@flaviojorge5652 Жыл бұрын
Warning to angular students, this video uses an ancient version of Angular and a lot of what he says has changed. Also, the nice project he describes in the beginning is not part of the course, which I found misleading. But the instructor is good and the explanations are clear.
@brendamartins6024
@brendamartins6024 10 ай бұрын
super misleading
@BagieStyle
@BagieStyle 3 ай бұрын
Any link for new version tutorials? Thanks in advance!:)
@surafelfikadu4331
@surafelfikadu4331 2 ай бұрын
Thank you ... 💚💛❤🙏
@xXMaDGaMeR
@xXMaDGaMeR 11 күн бұрын
thanks you for the heads up
@ThiagoSouza-zf3rr
@ThiagoSouza-zf3rr 4 жыл бұрын
I am not used to write on these comments but I had to after watching your video. Your explanation is simply amazing.... never seen anything like it in my programing life (15y). You can compile so many informtion in such a short way and explain why something is used in a certain way. This is just brilliant. Thank you! Thank you again (you deserve 2 thanks )
@trueredexe
@trueredexe 5 жыл бұрын
I learned all I need to know! You're a great teacher. Thanks
@k303k
@k303k Ай бұрын
currently his paid course is Angular 4 . do you think it is still updated to get a job after the course ( I mean his course version)?
@navalkumarshukla1839
@navalkumarshukla1839 Жыл бұрын
Update (25 July 2023) Use "ng version" instead of "ng --version" (use "ng --help" command to see all the options)
@AyeBro_NotCool.
@AyeBro_NotCool. 5 ай бұрын
saw your comment too late and this gave me a headache for like an hour lol
@navalkumarshukla1839
@navalkumarshukla1839 5 ай бұрын
@@AyeBro_NotCool. Lol, still might help you in the future maybe debugging this kinda errors
@gollumei
@gollumei Ай бұрын
Or just `ng -v`
@gollumei
@gollumei Ай бұрын
Or just don't watch this tutorial at all, as it's extremely outdated unless you want to use Ancient Angular.
@fazlizekiqi2324
@fazlizekiqi2324 4 жыл бұрын
if anyone having problems when trying ng serve you can just type : ng serve --port 4200 --host 127.0.0.1 it worked for me.
@faresgeek-dz5692
@faresgeek-dz5692 4 жыл бұрын
is there any problems , specially those related with the versions gap( difference )?
@niloofarkeshavarz8124
@niloofarkeshavarz8124 9 ай бұрын
I love the way you structured this course . I first watched the tutorial on KZbin then I couldn't help buying the full course. Thanks Mosh for the quality you have offered in this valuable tutorial.
@angelicadimude4378
@angelicadimude4378 6 жыл бұрын
I love how you're explaining not just how it works but also the concepts behind the tools. Well done. Thanks
@sirkastic
@sirkastic 4 жыл бұрын
Disagree. And your stutpid
@Nightflash28
@Nightflash28 4 жыл бұрын
@@sirkastic the irony is so strong I can taste it
@sagarsagi510
@sagarsagi510 3 жыл бұрын
Context implementation in React kzbin.info/www/bejne/nV7Vc52oi9CjkMk
@devanwoodruff7289
@devanwoodruff7289 3 жыл бұрын
@@sirkastic we got an obvious troll over here! 🤣
@sirkastic
@sirkastic 3 жыл бұрын
@@devanwoodruff7289 how so ?
@MarkHeydari
@MarkHeydari 5 жыл бұрын
Great job Mosh, keep up doing great job, First time in life I have seen tutorial with this type of clear cut explanation..Many many thanks :)
@kosenotes8137
@kosenotes8137 2 жыл бұрын
great course, Love the way you bring in design pattern concepts. These kind of lectures can hardly be found
@chuantay6153
@chuantay6153 4 жыл бұрын
i just started but already like how Mosh delivers the content. Voice, tone and speed really makes a lot of difference to the experience!
@shreeharifood8688
@shreeharifood8688 6 жыл бұрын
Great!! First time in life I have seen tutorial with this type of clear cut explanation..Many thanks :)
@TheBrahmadath
@TheBrahmadath 5 жыл бұрын
Welcome to the Mosh world!
@exiledvegetable844
@exiledvegetable844 5 жыл бұрын
still watching it and am impressed by how u explain everything
@calebopule2490
@calebopule2490 3 жыл бұрын
Love your tutorials...makes coding look easy when we know in reality it's not, but at least it gives the start for some of us that never quit when we have started... thanks
@amhalas
@amhalas 3 жыл бұрын
Hey Mosh, Thanks for this amazing tutorial. You have very well explined the concepts so this is a highly recomended course for developers gettting started with Angular.
@user-gx3nq7bf1m
@user-gx3nq7bf1m 4 жыл бұрын
I love the way u speak and ur voice. It makes me optimistic regarding the hard way of programmers
@maliheghaderi2655
@maliheghaderi2655 4 жыл бұрын
I gree
@hedgehuug1603
@hedgehuug1603 4 жыл бұрын
Wonderful, Wonderful course, thank you so much, pacing, explanation, speed, difficulty, all of them 10/10. Presentation was top notch, everything was given an explanation, and I love the shirt.
@kilianmedina1256
@kilianmedina1256 4 жыл бұрын
I come from your 1 hour long video in javascript and i personally love how you teach keep the good job you are making a favour to the world
@awesomeplay8076
@awesomeplay8076 4 жыл бұрын
This course helped me to keep up with my new project, because previously I didn`t have any production experience with Angular) TY very much!
@gaslly62
@gaslly62 4 жыл бұрын
Hey em jobless nd uneducated.. I want to learn any language. So em enable to earn.. Please tell which language I have to learn first java c++ html python.. Plz help me with
@iZomb
@iZomb 3 жыл бұрын
@@gaslly62Really it depends what you are trying to do. I personally would recommend learning C# as your primary language as it is useful in many types of projects. Simultaneously I would learn HTML/CSS/JavaScript. This will give you a solid foundation for front end development. Once you have worked with this for a while you can look into other options like Typescript and Angular. You can also look into node.js to utilize javascript outside of the browser which enables you to create web API’s with it. But again, I personally would start with C#, HTML, CSS, and JavaScript (with jquery).
@prajwaltirpude8582
@prajwaltirpude8582 5 жыл бұрын
Really good lesson. Impressed by typing speed and the talk going so smoothly and perfectly. Other lessons waste a lot of time typing the code Well done
@paarie123
@paarie123 4 жыл бұрын
Dear Mr. Mosh, I love the way you explain things. Thank you so much for creating this course.
@robertamatera3517
@robertamatera3517 2 жыл бұрын
you're the best teacher around here! I've just started to learn angular and despite your video is quite old, you give the best clearer explanations! you're a guarantee! thanks for sharing your knowledge with us. :)
@premiuminstituteofexcellen9035
@premiuminstituteofexcellen9035 4 жыл бұрын
You are wonderful trainer. I love the way you explain the concepts with supporting examples. Keep doing good work !
@antonyrichard369
@antonyrichard369 2 жыл бұрын
This tutorial is unbelievable !! Parallelly trying the concepts as you go. You gave me time and the sequence was so good, I am clear and the concepts are unforgettable
@sneigee
@sneigee 2 жыл бұрын
Nice one and also check this Real E-Commerce App using .Net 5 and Angular 13 Thanks kzbin.info/www/bejne/Y3rdoaZ5YpWYeM0
@kenkioqqo
@kenkioqqo 2 жыл бұрын
Hi Mosh, am one of your biggest fans. I discovered your tutorials a few months ago when I decided to learn frontend development, and your tutorials have really helped me understand the essentials, especially of Node JS. Now, am working on my own FinTech project and I couldn't be where I am without the confidence I gained from watching your tutorials.
@michaelakinwunmi6608
@michaelakinwunmi6608 Жыл бұрын
Hi there, happy to hear of your progress as I am also a huge Mosh' fan. I just finished his javascript and Jquery tutorials about to start Angular. I need your advice according to your intuition on which will get me a steady freelance job. Should I learn Angular or React, and after Angular or React, should I learn Node or something else, I will learn all, I just need the best combo to at least make some money. Looking forward to hearing your advice.
@kenkioqqo
@kenkioqqo Жыл бұрын
Nice to hear form you, @@michaelakinwunmi6608. IMO, I think in order for you to make a better decision about which framework to study next, you first need to have a crystal clear vision/goal of what you want to do with the skills...like a specific project you've always wanted to do e.g an app you really want to build. Having a goal like "the best combo to at least make some money" is a bit too broad and any framework will enable you to get there (with lots of effort). That being said, I personally chose to first learn Node JS before learning any framework because they are all based on Node JS, and a fairly good understanding of Node will help you understand the frameworks much faster. I chose Angular because it is a more complete JS framework with almost everything you need built-in. React and Vue have for a long time been considered JS libraries and not fdameworks, and that basically means there are several features they don't have built-in, which means you might want to add those features as third-party imports when using those libraries. With Angular, almost all the features you need are provided from the word GO. That being said, React and Vue are very powerful and robust JS frameworks/libraries and can allow you to build literally any kind of app you can imagine. So they're not that limited. A lot of people like and use them a lot. Furthermore, the underlying concepts behind all these frameworks are very similar and understanding how to properly work with any of them makes it very easy for you to learn any of the others when you need to. My final biased verdict is that Angular is a more complete out-of-the-box solution. I would advise you to learn Angular, and once you've really gained a working experience in it, you will find it very easy to use that knowledge to work with React and Vue. It will be like learning CorelDraw after having had a lot of experience in Illustrator. You will find lots of similarities. You will be miles ahead of someone who is just starting to learn React or Vue as their first JS framework. I hope this helps you see it from a fresh perspective.
@michaelakinwunmi6608
@michaelakinwunmi6608 Жыл бұрын
@@kenkioqqo yes it does so much. Thank you alot ❤️
@kenkioqqo
@kenkioqqo Жыл бұрын
My pleasure, @@michaelakinwunmi6608. Glad I could help.
@dsz14
@dsz14 4 жыл бұрын
Amazing. Just bought the complete course. The price completely worth the time i would spend jumping from video to video in KZbin. Well done, man.
@bijinkurien8986
@bijinkurien8986 3 жыл бұрын
One of the Best Instructor I have found . Thank you Mosh. I have learnt many many essential courses which were required for my role from you and all of them have been really easy to understand and helpful.
@yogeshcs2003
@yogeshcs2003 6 жыл бұрын
I was confused what the difference is between 2 and 4 and you cleared it. The answer angular 2 is not much different than angular 4. Thanks You Mosh !
@isdinaghmir2570
@isdinaghmir2570 4 жыл бұрын
This is the best Angular lesson I ever had, better than my College ! how much like to provide full content haha
@sonicmouse3083
@sonicmouse3083 2 жыл бұрын
Been in the backend using OOP for 20 years -- decided it's time to take a look at the frontend stuff people have been taking about. Enrolled in your course. I stayed away from the frontend because of JS. The idea of having a solid OOP-like language in the frontend is what brought me around.
@jimfilbertvano678
@jimfilbertvano678 3 жыл бұрын
Great tutorial. No background with Angular but able to understand everything by just watching this. Thank you so much.
@G-Dubs488
@G-Dubs488 3 жыл бұрын
Mosh definitely has a talent in explaining technical stuff!
@rishabhagarwal2209
@rishabhagarwal2209 4 жыл бұрын
Loved this video, love the way you teach. The most important thing is that it's not boring, it's engaging, and worth watching every second of it. 10 Stars **********
@pikacoder5782
@pikacoder5782 3 жыл бұрын
Do you need handwritten notes of the above lecture?
@keeppcsafe6293
@keeppcsafe6293 3 жыл бұрын
@@pikacoder5782 yes please
@midhafathima980
@midhafathima980 2 жыл бұрын
@@pikacoder5782 can you please forward it to me if possible?
@srivemuri5065
@srivemuri5065 2 жыл бұрын
@@pikacoder5782 Can you please forward the written noted for me too
@ajaysingh26581
@ajaysingh26581 3 жыл бұрын
I was looking to understand Angular and found your video. I must say this was THE most simplest way to explain. now when I see an angular component I am able to visualize the ts class and how the entire thing would stitch together on the run!! Thanks Mosh!! :)
@moeejtamboli3157
@moeejtamboli3157 4 жыл бұрын
you have in depth knowledge of what you teach. I searched various tutorials for angular but yours is best.
@doncollins6795
@doncollins6795 5 жыл бұрын
Holy Crap!.... you are a real Software Engineer.... Teaching how to right CLEAN CODE as i am learning
@TheAthanik
@TheAthanik 4 жыл бұрын
If you want to write clean code. Just get the book Clean Code by Robert C Martin. There is some good stuff in this vid. But don't confuse clean code with less lines of code. Read the clean code book if you're serious about clean code.
@thinguyeninh581
@thinguyeninh581 4 жыл бұрын
@@TheAthanik thank you
@MrFeupinha
@MrFeupinha 3 жыл бұрын
@@thinguyeninh581 That's basically the bible of clean code, reading it is a must in my opinion.
@anitsingh9373
@anitsingh9373 3 жыл бұрын
I seriously wish my teachers tought me this way🙏🏼 You're just amazing 🙌🏼
@spoodmanire
@spoodmanire 3 жыл бұрын
Went through 4 years of university, learnt nothing. Watch this guy for 2 days = 1 semester of university.
@taha5871
@taha5871 3 жыл бұрын
@@spoodmanire Totally, I agree with you 😂🤣
@taha5871
@taha5871 3 жыл бұрын
​@@spoodmanire Mosh always brilliant, you fell in love immediately while teaching you something, I take many courses from him, he takes you totally from beginner to high quite level. I recommend anyone want to learn new something, first search about mosh if you found what you want, go ahead and never regret of your time.
@felizk
@felizk 3 жыл бұрын
This was very helpful! Thank you! I needed to see the different concepts in action to from the terms used in Angular!
@SoufouGameHD
@SoufouGameHD 4 жыл бұрын
Well structured, good presentation and explanations, audio quality is nice too ! That's exactly what I was looking for, THX A LOT !
@scabrof
@scabrof 6 жыл бұрын
Thank you Mosh! I'm learning Angular + Node.js and this tutorial is very useful!
@Devstackr
@Devstackr 5 жыл бұрын
Hey Rocco - I too am learning Angular and NodeJS :)
@hermionegranger5437
@hermionegranger5437 3 жыл бұрын
I'm too learning angular + nodejs
@Shevi31dec1988
@Shevi31dec1988 5 жыл бұрын
this is a complete guide for dummies , brilliantly explained and Dependency Injection made so simple. Thanks Mosh. Also, very relatable real world analogies!
@karolinaszulczyk4921
@karolinaszulczyk4921 3 жыл бұрын
You sir are a life saver, I have lost count how many times you have saved me from a horrible nightmare during school, you are my hero!. Please Keep doing what your doing, you are helping so many people.
@THEkarankaira
@THEkarankaira 3 жыл бұрын
hey , this is a old video and you recently commented I wanted to know if this course still relevant? Thanks
@l.gagnon3846
@l.gagnon3846 4 жыл бұрын
Wonderful teacher! Very progressive and clear. Thank you!❤️
@tamilstudent1
@tamilstudent1 4 жыл бұрын
When it comes to how to begin Angular, Experts say "Watch Mosh's Angular Tutorial for Beginners" video and you're good to start :)
@jovitoabio2427
@jovitoabio2427 4 жыл бұрын
This course needs to be updated since there are some breaking changes on using Angular and Firebase's latest versions. Following the course with the latest version of Angular and Firebase is troublesome at the moment!
@THEkarankaira
@THEkarankaira 3 жыл бұрын
Thanks
@nugzila4170
@nugzila4170 3 жыл бұрын
And then how many updates after? Infinite? This is knowledge for the time it was created. Great teaching.
@glnn444
@glnn444 2 жыл бұрын
@@nugzila4170 Jovito didn't say anything about how this course is bad. He's just saying that it should have an update for the current time. Is there really an issue with having knowledge for now? Rather than 'the time it was created'?
@akshaysinhparihar4333
@akshaysinhparihar4333 3 жыл бұрын
The way you explain everything, it’s become easier for me to understand. Thanks for making this video 🙌🏻
@marthamedhin5300
@marthamedhin5300 3 жыл бұрын
i dont know how to thank you Mosh....you are the best programming teacher out there. i have been trying to study programming during quarantine and you have helped me a lot in every aspect of my coding journey! i would recommend his courses to anyone who is beginning to code. :)
@gauravsuvarna7563
@gauravsuvarna7563 2 жыл бұрын
Can you please update your tutorial, Angular has updated a lot since you made the video. It would be very helpful
@rakshithhr3528
@rakshithhr3528 5 жыл бұрын
I'm definitely enrolling to your course. Your teaching is awesome. My one month college = your one hour video.
@subbumahadasa6890
@subbumahadasa6890 4 жыл бұрын
Did you enrolled in udemy
@kristypolymath1359
@kristypolymath1359 4 жыл бұрын
@@subbumahadasa6890 No he probably decided to take up knitting and crocheting.
@danielcamara9632
@danielcamara9632 3 жыл бұрын
Why didn't I know about this great tutorial 2 years back? I would have been a master in Angular by now. But it's never too late to learn new things. Thank you!
@InfraUpdates-
@InfraUpdates- Жыл бұрын
Did you master angular or not
@amitshinde3726
@amitshinde3726 4 жыл бұрын
beautiful tutorial. Extremely impressive. Its not the first time i studied angular through some tutorial. But this tutorial made everything so easy and sparkling clear. I had to buy the full tutorial. I just couldn’t resist. Thank you. Thank you.
@jyotisachdeva2697
@jyotisachdeva2697 5 жыл бұрын
Really nice!! For someone who has to start from basics, this is going to be a great help!!
@MrTheBassline
@MrTheBassline 5 жыл бұрын
This may well could be the best ever youtube tutorial of all time. Amazing, thanks so much.
@bahmash7735
@bahmash7735 2 жыл бұрын
Mosh! You are the best. I love all your courses! You made me believe that mostly everything can be easily learned if you have the basis of software engineering & that is amazing!
@emansamy3376
@emansamy3376 Жыл бұрын
This course is fantastic and the way it has been delivered with is impressive!! The course is so informative and has been explained in a super easy way!! Every single piece of information was explained even briefly (in case it's outside the scope of the course)!! Would recommend this course to anyone who wants to learn Angular and Typescript in an easy, joyful, and interesting way!! Thank you, Mosh!! This is really appreciated!! I'm really impressed!! 🤩
@waewtaartpongsa
@waewtaartpongsa 5 жыл бұрын
I develop program base on Windows form It's very so hard for me to do web app after I watched this tutorial it made me have hope again :D So I already get the complete course.
@omaewamoushindeiru1108
@omaewamoushindeiru1108 5 жыл бұрын
same
@ebaadansari6728
@ebaadansari6728 5 жыл бұрын
I replaced windows with ubuntu. If you are a developer or are planning to be one in the future, switch to linux.
@arianitonline8748
@arianitonline8748 5 жыл бұрын
@@ebaadansari6728 no need to. windows does the same, and in some scenarios even better.
@SelfReflective
@SelfReflective 5 жыл бұрын
Same here! I've been trying to get into Web programming for years, I've been frustrated each time by how difficult it is.
@ganeshmhaske49
@ganeshmhaske49 5 жыл бұрын
Hi Mosh, Thanks for this tutorial, it was awesome to see you teaching flawlessly. But I have one question - Can you please explain how we can use existing HTML theme to develop the angular app? The main concern here is how we can take its custom JS (In my case the custom js uses chosen.min.js, which modifies DOM element in document.ready function of jquery) and allow to modify dom element, as when we do route through one link to other JS will not be reloaded again in browser, which causes not to apply logic which written in ready function. (this is because the page will not refresh in a browser, because of routerlink behavior).
@user-lz5wf1sn3e
@user-lz5wf1sn3e 4 жыл бұрын
OMG, so beautiful! Thanks a lot. So much clear information in 1 perfectly constracted material!
@yousufbaig821
@yousufbaig821 2 жыл бұрын
This is one of the best tutorial I have found on KZbin. Thanks a ton! you made it so easy.
@benjamindillard9852
@benjamindillard9852 4 ай бұрын
I stumbled upon this course and know it is very old but still very useful even today. Excellent tutorial but as a long time full stack developer in many languages: Java, C++, Python, PHP, JavaScript Angular etc. the only thing that I take away from TypeScript is it's usage of access modifiers. By access modifiers ability to create the actual fields itself can confuse inexperienced developers of seeing a clearer implementation of the script unless they know of this feature. I would rather define the fields manually even if it is more code just for clarity and let access modifiers behave like they do in Java.
@k303k
@k303k Ай бұрын
currently his paid course is Angular 4 . do you think it is still updated to get a job after the course ( I mean his course version)?
@eighties8
@eighties8 Жыл бұрын
11:20 For those using versions of Angular > 14, the command to confirm Angular/CLI installed and the version is "ng v" (no longer --version)
@Libipunk
@Libipunk Жыл бұрын
Thanks man!
@shahidafridisaikia381
@shahidafridisaikia381 Жыл бұрын
@@Libipunk thanks brooo
@jordyramirez6078
@jordyramirez6078 11 ай бұрын
Thank you!
@keren283
@keren283 11 ай бұрын
Thank you
@UsefulProgrammer
@UsefulProgrammer 3 жыл бұрын
Thank you Mosh. I've enjoyed this breakdown of how Angular works. You rock!
@SteelStelios
@SteelStelios 3 жыл бұрын
*mindblown* by TypeScript today . This presentation may grant me my first internship and possibly a job, thank you mr Hamedani for your content.
@StylishBros
@StylishBros 2 жыл бұрын
When checking if you installed angular cli, type "ng version" instead of "ng --version".
@ruster5517
@ruster5517 2 жыл бұрын
Thank you so much
@guilhermecamargo5469
@guilhermecamargo5469 6 жыл бұрын
You're awesome dude, make more pluralsight courses, I really enjoy your lessons.
@halojames7778
@halojames7778 4 жыл бұрын
You are my first React teacher and my first Angular teacher. Your explanation skill is A+ class.
@bryanjesediaz873
@bryanjesediaz873 Жыл бұрын
I have been using Angular for about two years and here I learned things I never thought about Great Tutorial
@RajuSingh-lt8cd
@RajuSingh-lt8cd 5 жыл бұрын
Excellent ..very helpful for begginers
@nikhileswar1272
@nikhileswar1272 4 жыл бұрын
Hey mosh I want to clarify something I have done the app with components so when I click on albums there will be the list of songs after that when I click on one of the lists I want an output of it how can I do that
@acreativevisuals
@acreativevisuals 4 ай бұрын
You are the best out there. I watched lots of your courses and one thing I love about them is that you explain what the course is all about and why it's useful. I think that's really important to understand what the thing being taught actually is. So keep on doing great work! Love your content, amazing videos!
@TheWeirdoinchains
@TheWeirdoinchains 8 ай бұрын
Im glad this gives both Angular and Typescript, but it’s not updated, but did enjoy the teaching style. First time studying Angular and this only helped me understand typescript
@shital6611
@shital6611 5 жыл бұрын
Initially I was excited that such a nice website I can learn is 2 hours. But sad 😔 Anyways... I am going to buy this course. Very well explained. Helpful for beginners like me.
@learicist
@learicist Жыл бұрын
I know I'm years late to this, and will be supplementing with more modern tutorials, but this video kicks ass. Only thing I'd say is that as someone who takes handwritten notes to learn best, I have SO MANY things crossed out because of the method of introducing a topic only to then say "however, this isn't actually how we're going to want to use this" 🤣 Thank you so much for all the work you put into this.
@Ouba1
@Ouba1 Жыл бұрын
can you link me modern tutorials brother?
@tyrantula767
@tyrantula767 Жыл бұрын
@@Ouba1 kzbin.info/www/bejne/jZK3kKx9r9Jnbas
@Ouba1
@Ouba1 Жыл бұрын
@@tyrantula767 thank you sir
@femifalase5576
@femifalase5576 3 жыл бұрын
Hello Mosh This is the best transition a Java programmer can have into Javascript - A journey through the Typescript mountains and forests. All others approach their Typescript tutorials from a Javascript Developer's perspective. Many many thanks
@souvikmaiti
@souvikmaiti 4 жыл бұрын
The way you explain is really awesome. I just loved this video.
@marc-andrepouliot737
@marc-andrepouliot737 4 жыл бұрын
So here I am a complete newb to any form of programmation. I wanted to make a website for my wife's business. Friend highly recommend angular. Why not search KZbin for tutorials. Spend a few minutes searching for one with a decent accent. Hey this guy looks interesting. About 1 hour into the tutorial . Boy I'm digging thru it.seems pretty complex I've spent at least 2 hours following and repeating every step to get accustomed to the program and general concept. In that time I've got everything setup. A web page with my desired name, heading and managed to load 1 component with a template "contact" (if that makes any sense ) I keep watching and now I'm at ~ 1h55. Everything I watched since my previous progress was is basically " you see what we did before. Don't do that. It's not the right way to do it. you can do this instead " then this goes on for ~ 35 minutes. He changes 2 words. Another 15 mins of gibberish explanations. Then completely confused about what I did with the last 5 hours of my life (yeah cause I kept scrolling back and back to check wtf was going on) I realized I spend 30 mins listening to him talk about "draw points", constructors, etc only to never use them again (or give any useful information about them. No clue what they are or what they do) I fast forward to the end of the video. Now in 20 minutes he added 3 lines. "Authors, author 1-2-3" Now if I had to resume my whole experience with this video. I spent at least 3-4 hours trying to understand complex informations that had absolutely no further use in the video,i realized that after all this time spent listening and trying to mimic what he did:I made a blank page, with a title and 1 line/word or text. I still don't have a single clue what angular is or How it works. I have no clue about the very basics of it. I have no knowledge of what difference is there between ' '. " ". () {}. {{}} [ ] ` ` :;., or any of the basic commands and bases of angular. This is absolutely not a tutorial for beginners and you do not "learn from scratch"
@nijatmursali9943
@nijatmursali9943 4 жыл бұрын
I was going to start this tutorial and thanks to your comment. I will choose something else.
@omarrb76
@omarrb76 4 жыл бұрын
It´s a tutorial for beginners of people that actually know computer science, i recommend you to use other services like Wix, GoDaddy or Wordpress for your page.
@mayuraitavadekar1728
@mayuraitavadekar1728 4 жыл бұрын
This is best Angular Tutorial.
@mohammedshafiuddin8956
@mohammedshafiuddin8956 4 жыл бұрын
Thank you Mosh for your great clear presentation, for your time and effort.
@adnanzaheer8950
@adnanzaheer8950 4 жыл бұрын
this dude is the great and humble one compare to others in youtube. thanks Mosh
@irfanyas1873
@irfanyas1873 5 жыл бұрын
I'm trying to find another tutorial videos to get a better understanding; Never have I been so wrong...
@OneShotWolf
@OneShotWolf 2 жыл бұрын
Hey Mosh, I feel mislead... almost. I loved the tutorial! and learned a lot! I thought we were making an e-commerce site? because in the start you said, "you will build and deploy a real e-commerce application using angular firebase"
@sagarghule2918
@sagarghule2918 3 жыл бұрын
I gone through many tutorial but always found difficulties in understanding start from the folder structure itself... This is best tutorial to start angular as all concepts are explained in very simple way... Thank you Mosh for such a wonderful tutorial 🤝
@RKDTRES
@RKDTRES 2 жыл бұрын
what did you do to figure it out? i am stuck.
@GoldenSach
@GoldenSach 4 жыл бұрын
Very clear explanations and right speed. I love it!
@arianitonline8748
@arianitonline8748 5 жыл бұрын
will you do any new courses on angular (7+) with some back-end too?
@philgardocki5294
@philgardocki5294 4 жыл бұрын
Love the tee shirt. Drew me in for gearing up for a 2 hour tutorial. With allowances for coffee and bio breaks :)
@neilthebigartist4728
@neilthebigartist4728 3 жыл бұрын
That shirt fucking trash. Sorry but is true. Cringe AF.
@lsavio5165
@lsavio5165 4 жыл бұрын
thanks mosh! really appreciate you putting up this video. it was reallly helpful.
@tinasheklever7149
@tinasheklever7149 4 жыл бұрын
What a great video tutorial you just made me love to develop in frontend because am more of a backend developer but this is well explained. Thank you
TypeScript Tutorial for Beginners
1:04:28
Programming with Mosh
Рет қаралды 1,2 МЛН
EVOLUTION OF ICE CREAM 😱 #shorts
00:11
Savage Vlogs
Рет қаралды 9 МЛН
НЫСАНА КОНЦЕРТ 2024
2:26:34
Нысана театры
Рет қаралды 1,3 МЛН
React vs Angular in 2024
9:00
Kodaps Academy
Рет қаралды 39 М.
Object-oriented Programming in JavaScript: Made Super Simple | Mosh
1:02:49
Programming with Mosh
Рет қаралды 1,9 МЛН
What’s new in Angular v18
20:08
Angular
Рет қаралды 112 М.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 1,6 МЛН
Angular Crash Course
2:01:32
Traversy Media
Рет қаралды 1,4 МЛН
Angular vs React: which should you choose?
6:26
Kodaps Academy
Рет қаралды 109 М.
Angular vs React in 2024 - Make a RIGHT Choice (Difference Explained)
9:51
Daniel Dan | Tech & Data
Рет қаралды 44 М.
Learn TypeScript Generics In 13 Minutes
12:52
Web Dev Simplified
Рет қаралды 247 М.
How AI could help us talk to animals
9:06
Vox
Рет қаралды 303 М.
EVOLUTION OF ICE CREAM 😱 #shorts
00:11
Savage Vlogs
Рет қаралды 9 МЛН