Angular Services Explained - Sharing Data Between Components

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

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

  • @MonsterlessonsAcademy
    @MonsterlessonsAcademy  4 ปีที่แล้ว

    WATCH NEXT: Angular Interview Questions and Answers - Dominate Your Next Interview - th-cam.com/video/5A_YKlVWMPo/w-d-xo.htmlsi=2DCn7yspEAAJ2H6l

  • @justcoder2868
    @justcoder2868 3 ปีที่แล้ว

    I managed to get everything working this time and I spotted what I had done wrong in the previous one.
    I your full angular course do you effectively build a MEAN stack (or any other DB) or is it kept solely to the front end? Thanks

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  3 ปีที่แล้ว +1

      Here we write only frontend application and use public API for that (full frontend, angular)
      monsterlessons-academy.com/p/angular-and-ngrx-building-real-project-from-scratch
      Here we exactly the same API which will fit frontend application that we build previously (full backend, db, etc)
      monsterlessons-academy.com/p/nestjs-building-an-api-for-real-project-from-scratch

    • @justcoder2868
      @justcoder2868 3 ปีที่แล้ว

      @@MonsterlessonsAcademy OK I see what you are saying, thanks I will have a look.
      PS: I like your method of teaching and you cover all aspects of what you are doing and why..... sounds obvious but so many do not do this!
      Thanks again you have been a great help to me as a new developer

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  3 ปีที่แล้ว +1

      @@justcoder2868 You are welcome! I'm happy that you like my videos.

    • @PIF150O
      @PIF150O 3 ปีที่แล้ว +1

      @@MonsterlessonsAcademy Thanks for making this public. Appreciated.

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

    I am working on an angular project where , I have defined a function to call an get api in component 1 and I want to call this function in component 2 using a service . Can you suggest me how to do it??

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

      Move a call to api to service and call service method from each component.