Angular Crash Course 2024 (for Beginners)

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 236

  • @Yoremh
    @Yoremh 8 місяців тому +59

    28 minutes of video and I know I've finally found a quality tutorial. Thanks dude!

    • @thingsiwishiknew8592
      @thingsiwishiknew8592 3 місяці тому

      Tell me about it

    • @Yoremh
      @Yoremh 3 місяці тому

      @@thingsiwishiknew8592 "IT," based on Stephen King's novel, is a horror film that revolves around a group of children in the town of Derry, Maine. They are terrorized by an evil entity that often takes the form of Pennywise the Dancing Clown. The story alternates between their childhood experiences and their adult lives, 27 years later, when they must confront their fears and the monstrous entity once again. The film explores themes of friendship, trauma, and the power of unity in the face of unimaginable evil.

  • @ArslanZafarr
    @ArslanZafarr 5 місяців тому +61

    I highly recommend all of you who want to learn Angular with the latest release. I found this quality tutorial after searching through UA-cam for three days. Thanks, dude!

    • @אהלןסהלן
      @אהלןסהלן 5 місяців тому +2

      Got any more recomemdations?😊

    • @DesignThinkerer
      @DesignThinkerer 4 місяці тому

      ​@@אהלןסהלן the book "Become a ninja with Angular" is kept up to date, I think it's quite good but I'm not an expert

    • @DesignThinkerer
      @DesignThinkerer 4 місяці тому

      @@אהלןסהלן the book "Become a ninja with Angular" is pretty good

    • @AliHassan-wc6nb
      @AliHassan-wc6nb 2 місяці тому

      Shukriya!

  • @craftyplaysgames9642
    @craftyplaysgames9642 4 місяці тому +19

    For anyone having issues with the images, if you're using Angular 18 (like me), then all images load from the public folder by default. So your logo would be images/oc-logo.svg assuming you add an images folder to public.

    • @_JaySharps
      @_JaySharps 3 місяці тому +3

      I can't imagine how much time you just saved me, thank you so much!

    • @chaudharypraveen98
      @chaudharypraveen98 3 місяці тому

      Thanks for the help

  • @Isaac-d1m
    @Isaac-d1m Місяць тому +3

    For anyone struggling with serving the product images , update item image path in the db.json, on the server. As images are now served from the public folder path by default
    {
    "items": [
    {
    "id": 1,
    "image": "images/products/image1.jpg"
    ....
    basically just remove "assets/" from every item.
    Also, you need to match your file structure, move the entire "images" folder from "assets" to "public"

  • @prog_demos
    @prog_demos 3 місяці тому +4

    This is a truly amazing tutorial, simple and goes directly to the point. Exactly what I was looking for, kudos!
    However, I have 2 comments:
    1) You shouldn't have put any focus on Node.JS nor explain how it internally works. This just takes time. E.g., your "find max id" implementation for `post` is a mock implementation anyway, not at all related to the topic of the video. All viewers such as myself care about is how to invoke `post` with Angular's HttpClient, let me worry about my own backend code.
    2) I would've really preferred if you left the Copilot out (unless you were sponsored or something like that). I'm a fast writer and can follow everything at 1.5x speed with no issues, but the moment you start to autocomplete is the moment I lose my flow and have to double check generated variables'/parameters' names/types.
    All in all, amazing work and thank you so much! You're a great lecturer and I'm glad I got to learn Angular from you.

  • @coolblackguy99
    @coolblackguy99 3 місяці тому +16

    For those who are stuck setting up a logo, you might be using Angular 18 or above. Note that Images will now go into the public folder so your structure should look like "public/images" folder instead of "assets/images". With that, your code should now look something like this:
    Hope this helps!

    • @JVC-Byte
      @JVC-Byte Місяць тому +1

      Thanks man

    • @sanjeevtripurari56
      @sanjeevtripurari56 Місяць тому

      I dont find images folder, nor assets
      ``` Angular CLI: 18.2.6
      Node: 20.16.0
      Package Manager: npm 10.8.3
      ```

  • @FelipeJunges-SL-BR
    @FelipeJunges-SL-BR 7 місяців тому +9

    4 hours? Man... Thank you very much! Starting it now. Will be very important for me! Again, thanks a lot!!

  • @shoutotodoroki5736
    @shoutotodoroki5736 8 місяців тому +10

    Finally, I'm glad that somebody made this tutorial, bless you. As a completely beginner I dont understand how to install previous versions of angular and learn it, because I have installed 17 version and tutorials in 16 and less

    • @gaborhuszka289
      @gaborhuszka289 6 місяців тому

      Hi, i dont know if this is still relevant, however you can download an older version of Angular CLI, and if you create a new project with that it should generate the according Angular version. However if you want to use v.17 u can also create project with "ng new --no-standalone project-name"

  • @NimanthaNadeeraka
    @NimanthaNadeeraka 8 місяців тому +6

    Thank you so much for this tutorial! The step-by-step explanation was incredibly clear and easy to follow. I appreciate the time and effort you put into making this video. It really helped me understand angular better. Looking forward to more tutorials from you!

  • @Benivere1
    @Benivere1 7 місяців тому +4

    Excellent tutorial. I learned quite a bit from this. The only issue I found was that if I followed the video religiously, there were some changes made in the video that apparently relied on code changes that weren't shown. Referencing the github repo filled in those gaps.
    Thank you for being detailed and taking the time to explain many of the automatic bindings of Angular. I "think" I understand Angular now..... (ahem)

    • @codedeck
      @codedeck  7 місяців тому

      Thank you for the feedback! Indeed at some point I skipped a few UI changes to keep the videl shorter because it was already going to be 4+ hours. I will try not to skip anything in the future!

  • @OlexiyMyronchenko
    @OlexiyMyronchenko 6 місяців тому +10

    Really good work! 👍
    The only step I was stumbled on is the confirmation popup with the Delete button. I guess you added the "ConfirmPopupModule" and "ToastModule" in the background without the explicitly mentioning them. At 3:02:40 they are in the .ts file but at 2:59:55 they were not yet.
    Anyway, the video was very useful for me as an Angular newbie! Thanks a lot!

    • @martinlapihuska2524
      @martinlapihuska2524 4 місяці тому +4

      And dont forget to mention changing function name in HTML button parameter from deleteProduct to ConfirmDelete

    • @DuckDuckGo99
      @DuckDuckGo99 3 місяці тому

      this thread is useful, thanks guys :)

    • @AuraAqua12
      @AuraAqua12 2 місяці тому

      Yeees!!
      I was stuck for almost an hour because of that ToT

    • @joetrocken5957
      @joetrocken5957 Місяць тому

      Thank you so much!

  • @seifmostafa58
    @seifmostafa58 6 місяців тому +1

    hands down the best Angular crash course out there.

  • @patrykorowski4141
    @patrykorowski4141 5 місяців тому +2

    I'm coming from the React world, and I won't lie. Angular looks pretty cool :D
    Great tutorial! Subscribed. ;)

  • @Haider00754
    @Haider00754 8 місяців тому +14

    good job u explain well but i didn't understand fully i will read documentations after finishing this video and i think you are the only one youtuber who teaching angular 17 great step.

    • @codedeck
      @codedeck  8 місяців тому +3

      Thank you for the feedback! I tried to keep the course under 5 hours long, so I don't go into too much detail on everything. I am really grad you found it helpful!

  • @maximood-tired
    @maximood-tired 6 місяців тому +2

    INSANELY good video. The best Angular Course on whole youtube, and I tried a lot of them

  • @Szabal16
    @Szabal16 Місяць тому

    Mate, that crash course is amazing. Keep up the good work!

  • @mseriesco
    @mseriesco 8 місяців тому +2

    Explained each aspect beautifully. Very Thank full for this master piece.

  • @Snbd26th
    @Snbd26th Місяць тому

    Man I just found your channel and I felt like I stumbled upon a gold mine! Thank you very much, subscribed!

  • @DonPaps
    @DonPaps 3 місяці тому

    This is some quality tutorial. Straight to the point, without missing the important points! Thanks a lot for this!!

  • @holyfreakinguacamole
    @holyfreakinguacamole 3 місяці тому

    THANK YOU. I’ve been studying web dev for a couple of years and I’ve created a lot of apps, but this drives home the ROOT of it all. Absolutely fundamental. Thank you. (Speaking to the first 20 min)

  • @MyRandomness987
    @MyRandomness987 6 місяців тому +1

    I love the video, it is helping me learn angular. I love learning by doing! There has been a couple of times I have gotten stuck, you would do something automatically that I did not know about but I ended up finding the solution. Thank you for the comprehensive overview of angular!

  • @ujangaripin7630
    @ujangaripin7630 7 місяців тому +2

    Thank you for this extraordinary tutorial. I beg you to continue working on UA-cam. Can you for the next video make an Angular Login (authentication) tutorial with multi role admin and user?

  • @Saimelodies2512
    @Saimelodies2512 5 місяців тому +1

    Extremely wonderful and excellent video ! I have never seen anyone explaining step by step like spoon feeding to a baby!!! Again excellent work 👍.

  • @WillServices
    @WillServices 7 місяців тому +2

    Getting stuck on Options interface creation... Your autocompletion plugin is sometimes too fast.
    It is a great tutorial! Thank you very much

    • @WillServices
      @WillServices 7 місяців тому

      @@TUMSonY 🤣🤣🤣🤣 LMAO

  • @rezurrrexion38
    @rezurrrexion38 2 місяці тому

    HUGE educational value!!!
    Thank you so much for making this crash course
    👏👏👏

  • @jonathanperez2603
    @jonathanperez2603 15 днів тому

    Amazing course!

  • @kereloskaram1312
    @kereloskaram1312 2 місяці тому

    Highly Recommended, really useful Thanks man!

  • @kenhan168
    @kenhan168 6 місяців тому +1

    This is a really wonderful video, every minute is worth to watch and listen. Thank you so much!!!

  • @arlmdev
    @arlmdev 4 місяці тому

    The crash course is made in a detailed manner. It was easy to follow and truly a beginner-friendly tutorial. Thank you!

  • @wolfsupernova-fv4jd
    @wolfsupernova-fv4jd 3 місяці тому +1

    I'm two hours in and so far it has been great, but with Angular 18 I had to change the angular.json to load the images from the src/assets route

  • @starX7995
    @starX7995 2 місяці тому +6

    coming from react ecosystem i needed to learn angular as i applied for a job and recieved an assignment in it Not going to lie bro angular is testing my patience

    • @danielhen
      @danielhen Місяць тому +1

      I’m in the same position as you. Could you recommend a better video that actually explains Angular?

    • @codewithreen5768
      @codewithreen5768 Місяць тому +1

      @@danielhenlook up Procademy. They have the best Angular playlist

    • @ahmedmaher9985
      @ahmedmaher9985 15 днів тому

      @@danielhen iam in the sam position as you ,this is the best one i found so far .

    • @danielhen
      @danielhen 15 днів тому

      @@ahmedmaher9985I found my self buying course from udemy..

  • @iraklyoda4213
    @iraklyoda4213 3 місяці тому

    Made sense of Angular in less than 2h30m. Great work man, thanks

  • @mahendranath2504
    @mahendranath2504 6 місяців тому +1

    Wow, nice thank you so much for sharing the knowledge

  • @DREBO-z8c
    @DREBO-z8c 22 дні тому

    Bro you're legitimately a really good teacher

  • @LA_RAMOS
    @LA_RAMOS 4 місяці тому +1

    Just to clarify in the latest version of angular, it already comes with a server with the archives called main.server.ts inside src and app.config.server.ts.
    Also the way to run the project would just be ng serve

  • @fearmenot
    @fearmenot 8 місяців тому +4

    Bro. Thank you very much. By the end of the year this video will get million views for sure since this is the most updated Angular tutorial that really is for beginner. You must be a smart person because you are explaining it very well. Keep up the good work, I'm still grinding tho to be able to land a job. Thanks again

  • @graydhd8688
    @graydhd8688 6 місяців тому +1

    I've been trying to learn angular for a bit and feeling exceptionally overwhelmed but this vid is really helping everything I've learned so far sink in, amazing tutorial!

  • @troyschwartz7438
    @troyschwartz7438 2 місяці тому

    This was a great video. Covered a ton of topics and you did an excellent job of walking us through all of them. thank you.

  • @stathisioan7799
    @stathisioan7799 20 днів тому

    For anyone struggling with images not showing up properly, try editing your angular.json file for "architect"-"build"-"assets" to :
    "assets": ["src/favicon.ico", "src/assets"]

  • @clim9742
    @clim9742 3 місяці тому

    This was a great crash tutorial. Thank you, Alex!

  • @justw71
    @justw71 2 місяці тому

    Awesome tutorial! This was my first experience with Angular and your crash course was super helpful 😊

  • @VipulNilesh
    @VipulNilesh 5 місяців тому +2

    Amazing Content

  • @BStrick75
    @BStrick75 6 місяців тому +1

    Great job so far. I'm an hour in. :)

  • @arjunsemwal02
    @arjunsemwal02 Місяць тому

    One of the best tutorials i've seen♥, thanks brother for sharing such a great and in-depth tutorial❤

  • @mihaichildesco8276
    @mihaichildesco8276 4 місяці тому

    you deserve a subscribe and like for this content. What difference you from others is that you go more depth and you have patience, your speak is perfect for programming tutorials, not to slow not to fast. And also glad to meet Angular tutorial in a world full of React. I would like to hear from you concepts of programming explained in js like callbacks, closures async, dom manipulation, event loop and so on. You are very good at explaining things. Very good work! 💪💪💪

  • @BloodyJanio
    @BloodyJanio 7 місяців тому

    Great tutorial, I found one small issue there: Missing record in the database with ID: 14 (had to add it manually), otherwise I had no issues with anything. Thank you for the excellent Angular tutorial, which is up-to-date.

  • @randisa3600
    @randisa3600 4 місяці тому

    Yeah im done, im trying error and finally im done, The new syntax gave me errors but i finally solved it... Thanks...

  • @ДаниелДианов
    @ДаниелДианов 6 місяців тому +1

    What exactly did you win when wrapped httpClient into this ApiService? You still import 1 service and pass the same amount of args. I think this wrapper service was not needed at all. It just made the video longer. :D

  • @thingsiwishiknew8592
    @thingsiwishiknew8592 3 місяці тому

    Great content , easy to follow, and has filled in a lot of gaps the other videos did not, really appreciate it , i am curious though , if you had a actual DB would you hook it up the same way with regards to the server, and how would you go about adding authentication?
    Thanks

  • @reirvk
    @reirvk 6 місяців тому +1

    Thank you

  • @mihaioprea9398
    @mihaioprea9398 4 місяці тому

    Great crash course! Very helpful!

  • @FrancoisKABORE-or3su
    @FrancoisKABORE-or3su 2 місяці тому

    Realy nice tutorial to learn Angular

  • @KunalKumar-kw8yg
    @KunalKumar-kw8yg 6 місяців тому

    This was wonderful. Helped me a lot ❤❤❤

  • @Bongytech
    @Bongytech 7 місяців тому +1

    Great video 👌🏾

  • @webdevyaros
    @webdevyaros 8 місяців тому

    Thank you so much! It was amazing crash course. I hope you will continue the Angular topic, I really like the work you did!

  • @kaleempansota7917
    @kaleempansota7917 13 днів тому

    Really loved it❤

  • @antoniofcable
    @antoniofcable 4 місяці тому

    Very nice tutorial. I really recommend. I could review many things that I've already known and learn o lot of new ones. The explanation is very clear and the example is perfect. Thanks a lot.

  • @vishnuprasad6202
    @vishnuprasad6202 2 місяці тому

    Great Tutorial!!!!

  • @alimeme4197
    @alimeme4197 5 місяців тому

    the best course ever!! thank you so much

  • @wolfisraging
    @wolfisraging 5 місяців тому

    Oh man, just perfeccttttt! Thanks for the efforts!

  • @peteroganwu951
    @peteroganwu951 3 місяці тому +1

    The p-rating component is showing stars and radio buttons. Is there a reason for this? The documentations says that rating component internally uses radio buttons that are only visible to screen readers, but I am seeing the buttons.

  • @azimeraw24
    @azimeraw24 2 місяці тому

    Nice, thank you and could you also do video about ngrx?

  • @-freethought-Librepensee-xf6sn
    @-freethought-Librepensee-xf6sn 5 місяців тому

    Thank you very much , 4 hours and wooow everything is clair

  • @sergiofaheina7796
    @sergiofaheina7796 8 місяців тому +2

    That's gold.

    • @codedeck
      @codedeck  8 місяців тому

      Thank you so much!

  • @hidden_kat9919
    @hidden_kat9919 4 місяці тому

    This video is extremely well explained and very beginner friendly. I like that you take us through each step and explain each thing we do in simple terms. Thank you for putting your time into this, it has been very helpful
    🖤

  • @gianni499
    @gianni499 7 місяців тому +2

    Thank you so much for the video! One question though, i want to use angular with spring. Is it ok to still watch this? Which parts can i skip? I asked bc youre using react. Anyway big thanks!!

    • @codedeck
      @codedeck  7 місяців тому +1

      I presume by spring you mean the framework. You can basically skip anything that has to do with the nodejs server as it is simply used to illustrate the intergation with an existing backend. Since you are using spring, you can simply use your own endpoints.

    • @gianni499
      @gianni499 7 місяців тому +1

      @@codedeck thank you, now I can follow your reasoning. And yes I meant springboot (java). Sorry didn't specify it.
      I watched some minutes of the video, and it's really great! You should def do more videos, and consider putting more advanced videos on Udemy. Long angular+spring courses, for example, are pretty rare on Udemy. Many people have made tons of money from Udemy
      Anyway, keep up the good work thank!!

  • @manikandand2541
    @manikandand2541 8 місяців тому +1

    Amazing job my friend

  • @adrian333dev
    @adrian333dev 8 місяців тому +1

    Awesome content!

  • @gopikrishnag41
    @gopikrishnag41 3 місяці тому

    So excellent tutorial & thx a lot 💪🙏

  • @joncharles5817
    @joncharles5817 3 місяці тому

    nicely done bro!!!

  • @magassakardigue4188
    @magassakardigue4188 6 місяців тому +1

    thank you very much

  • @Nani-cf3sw
    @Nani-cf3sw 5 місяців тому

    Even the length of video increases but it keeps clarity for users. So don't think about length of video. Anyway good video.

  • @muhammedkhalil-x8p
    @muhammedkhalil-x8p Місяць тому

    love your way and thanks for your efforts. but from " NodeJs Server" i get lost and confused. did we need NodeJs Server, can we build same project without " NodeJs Server"?
    is there's other course that only focus on "angular" without using " NodeJs Server"?

  • @lucky2unlucky
    @lucky2unlucky Місяць тому

    What is that gray text thing that shows up after you text something, and how do I get it?

  • @lilimartins9446
    @lilimartins9446 8 місяців тому +1

    Heey thank u so much for the video! I have a question, what is the extension that complete or assume what you are gonna write?

    • @codedeck
      @codedeck  8 місяців тому +3

      It's GitHub copilot! Incredibly useful extension, I think I mention it in the beginning of the video as well.

  • @hansgluck5228
    @hansgluck5228 6 місяців тому +1

    F#+;ing greate video man!!
    Greetings from Germany - Leipzig

  • @pruthvi7798
    @pruthvi7798 6 місяців тому

    True gem for beginners

  • @sidman1505
    @sidman1505 4 місяці тому

    ধন্যবাদ দাদা। আপনার দ্বারা খুব ভাল ব্যাখ্যা

  • @InfidelityTrueStories
    @InfidelityTrueStories 5 місяців тому +1

    hey buddy congrats chat gpt 4 suggest me your courses . you are on fire 🔥 🔥

  • @ukaszgzella4022
    @ukaszgzella4022 6 місяців тому

    Excellent work bro!

  • @ΘεόφιλοςΚαρσανίδης

    For some reason when I use space-between it doesn't work. Dunno why but the names are not spread to get all the width...

  • @jayakumar2927
    @jayakumar2927 8 місяців тому +1

    Good one . post more

  • @tezzy9486
    @tezzy9486 4 місяці тому

    bro your are incredible

  • @kartikey0208
    @kartikey0208 3 місяці тому

    You should really make the backend series for java fullstack, also the react JS frontend. I am loving your tutorial can you help me become a Java full stack developer.

  • @russellseangonzalve4566
    @russellseangonzalve4566 2 місяці тому

    Genuine question, how do you get so good at this? do you read all the documentations?

    • @codedeck
      @codedeck  2 місяці тому

      Thank you! No it's just a lot of practice, I've done a lot of work for multiple clients

  • @Greyshadow
    @Greyshadow 6 місяців тому

    Thanks for the tutorial, I have been working with React framework for years. I was required to learn Angular for a particular job and I am really hating it, so less intuitive, but this tutorial is helping me a lot.

    • @codedeck
      @codedeck  6 місяців тому +1

      Honestly I went through the same thing! Now I absolutely love angular.

  • @Ruhgtfo
    @Ruhgtfo 7 місяців тому +1

    Best🎉

  • @babukicoding
    @babukicoding 7 місяців тому

    Thanks for this amazing tutorial brother💗

  • @harish_314t
    @harish_314t 3 місяці тому

    Do a video with file type input when put method especially when we edit the product

  • @ae_armageddon
    @ae_armageddon 8 місяців тому +3

    BROOOOOO, YOU ARE THE BEST IN THE WORLD!!!!

  • @medsalemdeddah8853
    @medsalemdeddah8853 8 місяців тому +2

    This is a great tutorial but it needs timestamps so it becomes easier to navigate.
    it can't be watched in a single sitting and finding a specific part in a 4 hours long video is really hard and time-consuming, id really appreciate it if you add timestamps

  • @Taher_M
    @Taher_M 4 місяці тому

    Thank you sir

  • @ol1175
    @ol1175 4 місяці тому

    Thanks !!!

  • @jonas-by5uc
    @jonas-by5uc 5 місяців тому

    I'm following your tutorial and it's by far the best i've found !
    But when i configure the promise i get an error in the firefox console : "Error: Promised response from onMessage listener went out of scope"
    It's not critical because i can keep progressing in the tutorial but i was just wondering what might be the reason for it.
    Thanks again for the amazing tutorial you are litteraly saving my life !

    • @codedeck
      @codedeck  5 місяців тому

      Thank you! I suggest using a different browser. It seems like some extension is causing the issue or blocking localhost requets but I cannot be sure without looking at the browser/code.

  • @thuxtk
    @thuxtk 8 місяців тому +3

    This video is great, very educational.

  • @moudjahidinesalissou9011
    @moudjahidinesalissou9011 6 місяців тому

    Very grateful

  • @kavindugunasekara448
    @kavindugunasekara448 8 місяців тому

    which architecture you use for this project ,MVC or SOA?

  • @sachcha500
    @sachcha500 7 місяців тому

    Better tutorial ever😃

  • @Basil22102
    @Basil22102 3 місяці тому +1

    Can someone help me out? After 2:06:45, Im getting an error, [vite] Internal Server Error: Cannot read properties of undefined (reading 'None'). Upto this point, it was working fine. But after adding the output, this has started happening.

    • @jediahnaicker
      @jediahnaicker 23 дні тому

      I added a fallback check in home.component.html to make sure that the products property is defined before rendering the app-product component and it fixed the error for me:

  • @yuriortiz4648
    @yuriortiz4648 4 місяці тому

    Is it just me or are there parts of the video that were cut or the some of the files were updated as of now