Angular Crash Course 2024 (for Beginners)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024

ความคิดเห็น • 221

  • @ArslanZafarr
    @ArslanZafarr 3 หลายเดือนก่อน +45

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

    • @user-wl2rb3rh5c
      @user-wl2rb3rh5c 3 หลายเดือนก่อน +3

      Got any more recomemdations?😊

    • @theophiled
      @theophiled 2 หลายเดือนก่อน

      ​@@user-wl2rb3rh5c the book "Become a ninja with Angular" is kept up to date, I think it's quite good but I'm not an expert

    • @theophiled
      @theophiled 2 หลายเดือนก่อน

      @@user-wl2rb3rh5c the book "Become a ninja with Angular" is pretty good

    • @AliHassan-wc6nb
      @AliHassan-wc6nb 16 วันที่ผ่านมา

      Shukriya!

  • @Yoremh
    @Yoremh 6 หลายเดือนก่อน +47

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

    • @thingsiwishiknew8592
      @thingsiwishiknew8592 หลายเดือนก่อน

      Tell me about it

    • @Yoremh
      @Yoremh หลายเดือนก่อน

      @@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.

  • @craftyplaysgames9642
    @craftyplaysgames9642 หลายเดือนก่อน +9

    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 หลายเดือนก่อน +2

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

    • @chaudharypraveen98
      @chaudharypraveen98 หลายเดือนก่อน

      Thanks for the help

  • @coolblackguy99
    @coolblackguy99 หลายเดือนก่อน +6

    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!

  • @shoutotodoroki5736
    @shoutotodoroki5736 6 หลายเดือนก่อน +9

    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 4 หลายเดือนก่อน

      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"

  • @prog_demos
    @prog_demos หลายเดือนก่อน +1

    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.

  • @herrfilip
    @herrfilip 5 หลายเดือนก่อน +7

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

  • @OlexiyMyronchenko
    @OlexiyMyronchenko 4 หลายเดือนก่อน +9

    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 2 หลายเดือนก่อน +3

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

    • @singularity_12398
      @singularity_12398 หลายเดือนก่อน

      this thread is useful, thanks guys :)

    • @AuraAqua12
      @AuraAqua12 19 วันที่ผ่านมา

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

  • @starX7995
    @starX7995 16 วันที่ผ่านมา +2

    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

  • @graydhd8688
    @graydhd8688 4 หลายเดือนก่อน +2

    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!

  • @Benivere1
    @Benivere1 5 หลายเดือนก่อน +3

    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  5 หลายเดือนก่อน

      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!

  • @TUMSonY
    @TUMSonY 4 หลายเดือนก่อน +2

    I'm done now with that course and wow Alexander, its amazing. At the end you were a bit fast but still super nice. Thank you. The only thing I am missing is how to fix the issue with the last element on one site. If you open the site in your browser and e.g. display 6 elements per page the last row sometimes has a gap where you have 1 product in the very left, then a gap, and the other product on the very right. Actually it should be 1 Product very left, 1 Product mid and a gap on the very right

    • @sinxenon3181
      @sinxenon3181 4 หลายเดือนก่อน

      This is because of the property `justify-content: space-between;`

  • @Haider00754
    @Haider00754 6 หลายเดือนก่อน +13

    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  6 หลายเดือนก่อน +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!

  • @NimanthaNadeeraka
    @NimanthaNadeeraka 6 หลายเดือนก่อน +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!

  • @patrykorowski4141
    @patrykorowski4141 3 หลายเดือนก่อน +2

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

  • @maximood-tired
    @maximood-tired 4 หลายเดือนก่อน +2

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

  • @LA_RAMOS
    @LA_RAMOS 2 หลายเดือนก่อน +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

  • @holyfreakinguacamole
    @holyfreakinguacamole หลายเดือนก่อน

    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)

  • @iraklyoda4213
    @iraklyoda4213 หลายเดือนก่อน

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

  • @Saimelodies2512
    @Saimelodies2512 3 หลายเดือนก่อน +1

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

  • @MyRandomness987
    @MyRandomness987 4 หลายเดือนก่อน +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!

  • @Timed-Automaton
    @Timed-Automaton 4 หลายเดือนก่อน +1

    Thank you man. At last someone is keeping Angular Alive!
    P.S: I spent weeks to get going with react. Reasons, I didn't continue with React, Bad Folder Structure, Everything has to be written in JSX/TSX, confusing routing system. On the other hand Angular Structure system rocks, it litterally deals every single component exclusively.

    • @codedeck
      @codedeck  4 หลายเดือนก่อน

      I absolutely agree.

  • @justw71
    @justw71 19 วันที่ผ่านมา

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

  • @seifmostafa58
    @seifmostafa58 4 หลายเดือนก่อน +1

    hands down the best Angular crash course out there.

  • @ujangaripin7630
    @ujangaripin7630 5 หลายเดือนก่อน +2

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

  • @DonPaps
    @DonPaps หลายเดือนก่อน

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

  • @troyschwartz7438
    @troyschwartz7438 6 วันที่ผ่านมา

    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.

  • @kereloskaram1312
    @kereloskaram1312 6 วันที่ผ่านมา

    Highly Recommended, really useful Thanks man!

  • @arlmdev
    @arlmdev หลายเดือนก่อน

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

  • @fearmenot
    @fearmenot 6 หลายเดือนก่อน +3

    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

  • @mihaichildesco8276
    @mihaichildesco8276 2 หลายเดือนก่อน

    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! 💪💪💪

  • @user-lf6ou6or5x
    @user-lf6ou6or5x 5 หลายเดือนก่อน +2

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

    • @TUMSonY
      @TUMSonY 5 หลายเดือนก่อน

      I think everyone who is doing this tutorial is stuck there

    • @user-lf6ou6or5x
      @user-lf6ou6or5x 5 หลายเดือนก่อน

      @@TUMSonY 🤣🤣🤣🤣 LMAO

  • @kenhan168
    @kenhan168 4 หลายเดือนก่อน +1

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

  • @user-ck8xt6hl2k
    @user-ck8xt6hl2k 4 หลายเดือนก่อน +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

  • @FrancoisKABORE-or3su
    @FrancoisKABORE-or3su 17 วันที่ผ่านมา

    Realy nice tutorial to learn Angular

  • @rezurrrexion38
    @rezurrrexion38 18 วันที่ผ่านมา

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

  • @vishnuprasad6202
    @vishnuprasad6202 2 วันที่ผ่านมา

    Great Tutorial!!!!

  • @randisa3600
    @randisa3600 2 หลายเดือนก่อน

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

  • @BStrick75
    @BStrick75 4 หลายเดือนก่อน +1

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

  • @mseriesco
    @mseriesco 6 หลายเดือนก่อน +2

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

  • @VipulNilesh
    @VipulNilesh 3 หลายเดือนก่อน +2

    Amazing Content

  • @BloodyJanio
    @BloodyJanio 5 หลายเดือนก่อน

    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.

  • @wolfsupernova-fv4jd
    @wolfsupernova-fv4jd หลายเดือนก่อน

    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

  • @wolfisraging
    @wolfisraging 3 หลายเดือนก่อน +1

    Oh man, just perfeccttttt! Thanks for the efforts!

  • @-freethought-Librepensee-xf6sn
    @-freethought-Librepensee-xf6sn 3 หลายเดือนก่อน

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

  • @sidman1505
    @sidman1505 2 หลายเดือนก่อน

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

  • @antoniofcable
    @antoniofcable 2 หลายเดือนก่อน

    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.

  • @hidden_kat9919
    @hidden_kat9919 2 หลายเดือนก่อน

    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
    🖤

  • @clim9742
    @clim9742 หลายเดือนก่อน

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

  • @kartikey0208
    @kartikey0208 หลายเดือนก่อน

    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.

  • @medsalemdeddah8853
    @medsalemdeddah8853 6 หลายเดือนก่อน +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

    • @codedeck
      @codedeck  5 หลายเดือนก่อน +1

      Added!

  • @webdevyaros
    @webdevyaros 6 หลายเดือนก่อน

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

  • @harish_314t
    @harish_314t หลายเดือนก่อน

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

  • @Nani-cf3sw
    @Nani-cf3sw 3 หลายเดือนก่อน

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

  • @letsCookyread
    @letsCookyread 3 หลายเดือนก่อน +1

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

  • @ae_armageddon
    @ae_armageddon 6 หลายเดือนก่อน +3

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

  • @moudjahidinesalissou9011
    @moudjahidinesalissou9011 4 หลายเดือนก่อน +1

    Very grateful

  • @thingsiwishiknew8592
    @thingsiwishiknew8592 หลายเดือนก่อน

    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

  • @alimeme4197
    @alimeme4197 3 หลายเดือนก่อน

    the best course ever!! thank you so much

  • @mahendranath2504
    @mahendranath2504 4 หลายเดือนก่อน +1

    Wow, nice thank you so much for sharing the knowledge

  • @cyberhifi2629
    @cyberhifi2629 2 หลายเดือนก่อน

    please make a course for javascript too :)

  • @peteroganwu951
    @peteroganwu951 หลายเดือนก่อน

    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 12 วันที่ผ่านมา

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

  • @mihaioprea9398
    @mihaioprea9398 2 หลายเดือนก่อน

    Great crash course! Very helpful!

  • @gopikrishnag41
    @gopikrishnag41 หลายเดือนก่อน

    So excellent tutorial & thx a lot 💪🙏

  • @Greyshadow
    @Greyshadow 4 หลายเดือนก่อน

    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  4 หลายเดือนก่อน +1

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

  • @shamsundar1675
    @shamsundar1675 6 หลายเดือนก่อน +1

    Finally found a complete course on Angular 17. Thanks bro for this tutorial.

  • @magassakardigue4188
    @magassakardigue4188 4 หลายเดือนก่อน +1

    thank you very much

  • @sergiofaheina7796
    @sergiofaheina7796 6 หลายเดือนก่อน +2

    That's gold.

    • @codedeck
      @codedeck  6 หลายเดือนก่อน

      Thank you so much!

  • @ahmedhosam8617
    @ahmedhosam8617 หลายเดือนก่อน

    every image does not load when I open the browser as it gives 404 not found error for every image although I have put the assets folder in the right directory . Can anyone help?

  • @diegofelici
    @diegofelici 25 วันที่ผ่านมา

    I have problem with the logo svg, it doesn't came out, do you know why?

  • @pruthvi7798
    @pruthvi7798 4 หลายเดือนก่อน

    True gem for beginners

  • @hansgluck5228
    @hansgluck5228 4 หลายเดือนก่อน +1

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

  • @ranuthdassanayaka713
    @ranuthdassanayaka713 6 หลายเดือนก่อน +1

    Thank you so much for creating this. I couldn't find a video of the latest Angular version and was having a hard time for 3 days straight understanding the basics. Thanks to this i understand stuff now.

  • @yuriortiz4648
    @yuriortiz4648 2 หลายเดือนก่อน

    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

  • @KunalKumar-kw8yg
    @KunalKumar-kw8yg 4 หลายเดือนก่อน

    This was wonderful. Helped me a lot ❤❤❤

  • @NikolaiCherepanov
    @NikolaiCherepanov หลายเดือนก่อน

    That’s sad your video has more information and more relevant information that both of my full stack dev courses in my CS degree.

  • @reirvk
    @reirvk 4 หลายเดือนก่อน +1

    Thank you

  • @unaibarrigon9422
    @unaibarrigon9422 5 หลายเดือนก่อน +1

    getting Cannot read property 'firstCreatePass' of null on 2:07:00, ive followed every step

    • @wassimmaaoui471
      @wassimmaaoui471 5 หลายเดือนก่อน +1

      Hello there! It seems we're facing a similar issue. Let's start by inspecting your package.json file. If PRIMENG isn't listed there, it might not be installed correctly. To resolve this, I recommend reinstalling the package and then restarting the Angular development server with ng serve. This should hopefully resolve the problem.

  • @Basil22102
    @Basil22102 หลายเดือนก่อน

    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.

  • @joncharles5817
    @joncharles5817 หลายเดือนก่อน

    nicely done bro!!!

  • @Ruhgtfo
    @Ruhgtfo 5 หลายเดือนก่อน +2

    Best🎉

  • @tezzy9486
    @tezzy9486 2 หลายเดือนก่อน

    bro your are incredible

  • @babukicoding
    @babukicoding 5 หลายเดือนก่อน

    Thanks for this amazing tutorial brother💗

  • @Thiagomsm
    @Thiagomsm 6 หลายเดือนก่อน +2

    God bless your heart. Just what I needed, thanks man.

  • @Bongytech
    @Bongytech 5 หลายเดือนก่อน +1

    Great video 👌🏾

  • @manikandand2541
    @manikandand2541 6 หลายเดือนก่อน +1

    Amazing job my friend

  • @lilimartins9446
    @lilimartins9446 6 หลายเดือนก่อน +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  6 หลายเดือนก่อน +3

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

  • @camiloagudelo6951
    @camiloagudelo6951 หลายเดือนก่อน

    hi beacuse , I generate a component and not have by defaul standalone:true and imports=[], angunar outpout error if import a componnet of prieng? thank your only the buttons not have style of prieng , display sqaured, while the other components just display with style correct

  • @jayakumar2927
    @jayakumar2927 6 หลายเดือนก่อน +1

    Good one . post more

  • @Taher_M
    @Taher_M 2 หลายเดือนก่อน

    Thank you sir

  • @thuxtk
    @thuxtk 6 หลายเดือนก่อน +3

    This video is great, very educational.

  • @gianni499
    @gianni499 5 หลายเดือนก่อน +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  5 หลายเดือนก่อน +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 5 หลายเดือนก่อน +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!!

  • @sachcha500
    @sachcha500 5 หลายเดือนก่อน

    Better tutorial ever😃

  • @ukaszgzella4022
    @ukaszgzella4022 4 หลายเดือนก่อน

    Excellent work bro!

  • @ol1175
    @ol1175 2 หลายเดือนก่อน

    Thanks !!!

  • @antonleshkovich9181
    @antonleshkovich9181 6 หลายเดือนก่อน +1

    Thanks a lot!! great job) I finally found what I needed)

  • @kavindugunasekara448
    @kavindugunasekara448 6 หลายเดือนก่อน

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

  • @adrian333dev
    @adrian333dev 6 หลายเดือนก่อน +1

    Awesome content!

  • @jonas-by5uc
    @jonas-by5uc 2 หลายเดือนก่อน

    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  2 หลายเดือนก่อน

      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.