Angular 16 Tutorial - API Integration with HttpClient Module #8

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

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

  • @bananalasmari7644
    @bananalasmari7644 10 หลายเดือนก่อน +2

    This is the best playlist of angular v16.0.0 THANK YOU SO MUCH

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

    This playlist is amazing, thank you so much.

  • @ArunKumar-zz4tg
    @ArunKumar-zz4tg ปีที่แล้ว

    Nice Teaching Sir

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

    Informative

  • @_ash_._arts_
    @_ash_._arts_ 4 หลายเดือนก่อน

    Hello Umair, thanks for the video. But my version is 18 and it is showing HttpClientModule is deprecated. How do we solve this error? Please help

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

      Plz watch my angular 17 tutorials. Which follow same structure as 18

    • @hamedjafari2474
      @hamedjafari2474 23 วันที่ผ่านมา

      how fix that?

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

    What is called the extension that helps u to complete the code? Thank u so much

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

    Thank You Very Much

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

    if someone in on angular 18 then
    don't go with
    posts: string[] = [];
    use this
    posts: any[] = [];
    otherwise an error will occur while looping
    thanks me letter 😊

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

    hello? volume === null

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

    When i am applying:
    Post: {{posts.body}}
    I get this error:
    Property 'body' does not exist on type 'any[]'.
    Please help me

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

      It should be {{post.body}}
      Not {{posts.body}}

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

      @@ProgrammingwithUmair321 oh can't thank you enough. ❤❤