Angular HTTP API | FULL COURSE

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

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

  • @oussamarhf
    @oussamarhf ปีที่แล้ว +8

    Thank you for all Explinations , it's verry rare to find someone spending time and so much efforts to explain such a verry important concept in a Academic way , thank you sir

  • @CGMurat
    @CGMurat 2 ปีที่แล้ว +14

    Keep creating this kind of content please. One of the best tutorials about Angular HTTP.

  • @koreshura641
    @koreshura641 2 ปีที่แล้ว +6

    This video actually really helped me in my internship. It's amazing.

  • @marcopolocs
    @marcopolocs 2 ปีที่แล้ว +3

    This video is gold when it comes to HTTP requests in Angular!
    I didn't know that after receiving a response with GET we can define more properties which are not included in the User interface. ^^

    • @GetArrays
      @GetArrays  2 ปีที่แล้ว +2

      I’m glad you learned something from it.

  • @magadiflo-dev
    @magadiflo-dev 2 ปีที่แล้ว +7

    Excellent course, you really have a way of explaining that makes you understand the concepts very well accompanied by examples that enrich your explanation, thanks for sharing your knowledge.

  • @Alite4daday
    @Alite4daday 2 ปีที่แล้ว

    After finishing this course on youtube, I will purchase the whole course on your website. Thank you, @Get Arrays!

  • @berkepalamutcu9397
    @berkepalamutcu9397 2 ปีที่แล้ว

    this video is still one of the clearest explanations on youtube though and very detailed. Nice job!

  • @6TeGe78
    @6TeGe78 2 ปีที่แล้ว +2

    Love that course, would love to see reactive forms. Despite that it something I was looking for :)

    • @GetArrays
      @GetArrays  2 ปีที่แล้ว +2

      Your dream will come true lol

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

    True Gem ✨, Even Http Course Will give you a good understanding of Observables, observers, and Some Rxjs Common Functions

  • @siddheshmhatre2389
    @siddheshmhatre2389 ปีที่แล้ว

    Best course so far. Want more content related to angular❣

  • @robinvansteenbergen
    @robinvansteenbergen ปีที่แล้ว

    Wow this tutorial helped me sooo much! Thank you so much!! superb teaching, so clear and helpfull. I am so happy to have found this ! Junior Toussaint you are amazing! Much love and respect!

    • @GetArrays
      @GetArrays  ปีที่แล้ว

      Glad it was helpful!

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

    Wow Awesome content! Just discovered this channel. I wonder why TH-cam algorithms didn't recommend me this channel till today

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

      lol

  • @iammahesh9149
    @iammahesh9149 2 ปีที่แล้ว

    Really your clear explanation is awesome ..👏 Love u bro from India 🇮🇳

  • @Frozen_Man
    @Frozen_Man ปีที่แล้ว

    thank you very much i really learned a lot from this

  • @atiarrahman9107
    @atiarrahman9107 2 ปีที่แล้ว

    Thanks a lot for creating such tutorial just awesome!!!!
    this is really very helpful for new learners.

  • @OmarMendozaKS
    @OmarMendozaKS 2 ปีที่แล้ว

    I really get your explanation, the course format is particularly well done, thank you, would you mind create a angular testing tutorial? blessings

  • @dostonsanatovich
    @dostonsanatovich 2 ปีที่แล้ว +1

    perfect instructor video

  • @satepestage3599
    @satepestage3599 2 ปีที่แล้ว

    Thx for the video. Clearly put a lot of effort into your content

    • @GetArrays
      @GetArrays  2 ปีที่แล้ว

      You’re welcome

  • @stevemcqueen2887
    @stevemcqueen2887 ปีที่แล้ว

    Good work, but most applications use DTOs (Dat Transfer Objects) from the API. So you'd need to add an additional model to contain User I think.

  • @explorewithppt
    @explorewithppt 2 ปีที่แล้ว

    My maen, your tuts are dope!

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

    Just use fetch is way more simpler and have no boilerplate or code type definition.
    At the end, it is just a http request.

  • @elyoaprogrammer
    @elyoaprogrammer 2 ปีที่แล้ว

    This channel is amazing..good wok!!

  • @MALLIKARJUNAKAKARLA
    @MALLIKARJUNAKAKARLA ปีที่แล้ว

    Superb content

  • @gdtv8422
    @gdtv8422 2 ปีที่แล้ว +1

    Great content sir. Good work

  • @ranspst6476
    @ranspst6476 ปีที่แล้ว

    Thanks for this course..👍

  • @onlinetech2023
    @onlinetech2023 ปีที่แล้ว

    Thanks Sir🎉 excellent course

  • @edkwok4631
    @edkwok4631 2 ปีที่แล้ว

    Thank you your tutorial on this subject, I have been searching for something like this for a long time. It is full of information how to hook HTTP to the backend database engine. I'm assuming using a to interface with backend database table would work similar to your hard coded example. Love to see a tutorial using to update/input data to the backend. You also mention backend API, and to be familiar with handlers to the specific backend API. Is Django considered a backend API? and would Django be good to learn.

  • @amolrsontakke
    @amolrsontakke 2 ปีที่แล้ว

    Excellent. Good work.

  • @pragmaticcoder6910
    @pragmaticcoder6910 ปีที่แล้ว

    Hi Junior, do you have any offer or discounts for this course?
    Full Stack Spring Boot API with Angular (ADVANCED)

    • @GetArrays
      @GetArrays  ปีที่แล้ว

      www.getarrays.io/p/full-stack-spring-boot-angular-professional?coupon_code=SPECIAL&product_id=4206109

  • @Gyannea
    @Gyannea ปีที่แล้ว

    Lots of valuable information here, but I still have not found out how to capture all the error information I see in the console. A simple case in point is making an http PUT request to a server that is not running. In the console I see ERR_CONNECTION_REFUSED but I cannot find out how I can get that information in my Angular application. It's not in the HttpErrorResponse which is the only thing I have been currently able to access. I hoped the interceptor would give me that opportunity but it appears that one is still stuck with the HttpErrorResponse.
    Do you know how I can retrieve ERR_CONNECTION_REFUSED and other similar standard error responses like that?

  • @ITStars
    @ITStars 2 ปีที่แล้ว

    Great Video , thanks alot

  • @aotto160831
    @aotto160831 2 ปีที่แล้ว

    Great👍 , thank you so much.

  • @vipraghnasrikakulapu3006
    @vipraghnasrikakulapu3006 ปีที่แล้ว

    Hey, I have a question in section RXJS Map Operator-2, how can i return a condition where we get all names with the value of admin(Roles)
    ?

  • @senthilmuruganr234
    @senthilmuruganr234 2 ปีที่แล้ว

    Excellent . Thanks for your effort

    • @GetArrays
      @GetArrays  2 ปีที่แล้ว

      You're welcome

  • @MultiWarrr
    @MultiWarrr 2 ปีที่แล้ว +2

    Super like, why on hell this isn't on top of search result on angular httpclient

  • @itshiraljain
    @itshiraljain 2 ปีที่แล้ว

    Hello, I am getting a bug in making api call in an angular app, the list api is getting called thrice on page load instead of once
    , can someone help me in fixing this bug ?? please

  • @rajeshkumarjyotish7129
    @rajeshkumarjyotish7129 ปีที่แล้ว

    I am looking for http response interceptor. Can u please explain about that as well.

  • @adrianshikwambana3274
    @adrianshikwambana3274 2 ปีที่แล้ว

    Great👍

  • @kalbz9081
    @kalbz9081 ปีที่แล้ว

    This is really fucking good lol

  • @jayakumar2927
    @jayakumar2927 2 ปีที่แล้ว

    data not loading

  • @Elyes9918
    @Elyes9918 2 ปีที่แล้ว

    Where can i find the source code Please?

    • @GetArrays
      @GetArrays  2 ปีที่แล้ว

      github.com/juniorro/angularhttp

  • @samerorfally9016
    @samerorfally9016 2 ปีที่แล้ว +1

    Great tutorial, but the source code is not for the same api 😅

    • @GetArrays
      @GetArrays  2 ปีที่แล้ว

      lol it is @Samer

    • @samerorfally9016
      @samerorfally9016 2 ปีที่แล้ว

      @@GetArrays thank you for the quick answer, but the link directed me to the project with the integrated map,, i found the link to source code for this project in your website

    • @GetArrays
      @GetArrays  2 ปีที่แล้ว +1

      Oh Ok. I'll fix that. Thanks man

    • @samerorfally9016
      @samerorfally9016 2 ปีที่แล้ว

      @@GetArrays no problem, thank you for the great effort

  • @BirkeClara
    @BirkeClara 2 ปีที่แล้ว

    This is amazing, thank you so much. It really explained a lot of the gaps I had in my knowledge. Like and sub from me!

  • @minusplusminuSS
    @minusplusminuSS 2 ปีที่แล้ว

    👏👏👏💯

  • @pavloantentyk8221
    @pavloantentyk8221 2 ปีที่แล้ว

    👍

  • @kavimukthikodippili8980
    @kavimukthikodippili8980 2 ปีที่แล้ว

    😁

  • @josbexerra8115
    @josbexerra8115 ปีที่แล้ว

    Gracias mister getArray lo probare con angular 16

  • @senthamarai_kannan.
    @senthamarai_kannan. 2 ปีที่แล้ว +1

    • @AnakTangguh
      @AnakTangguh ปีที่แล้ว

      This is the solution if you are here facing error like this:
      Property 'files' does not exist on type 'EventTarget'
      Object is possibly 'null'

  • @attilagyen1446
    @attilagyen1446 2 ปีที่แล้ว +2

    The way you use the subscribe method is marked as deprecated, instead of that try to use the following snippet
    this.userService.getUsers().subscribe({
    next: (v) => console.log(v),
    error: (e) => console.log(e),
    complete: () => console.log('Done'),
    });
    Great job btw!

    • @GetArrays
      @GetArrays  2 ปีที่แล้ว

      The course is a bit old.

    • @attilagyen1446
      @attilagyen1446 2 ปีที่แล้ว +2

      @@GetArrays and nothing is wrong with that, I just said that now you can use that function in another way.

    • @nicolasmaximilianozuritagi2863
      @nicolasmaximilianozuritagi2863 ปีที่แล้ว

      Thank you!