WATCH NEXT: Angular Interview Questions and Answers - Dominate Your Next Interview - kzbin.info/www/bejne/a3LCin6ii7yAhtEsi=2DCn7yspEAAJ2H6l
@kishkinjoshi50973 жыл бұрын
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??
@MonsterlessonsAcademy3 жыл бұрын
Move a call to api to service and call service method from each component.
@justcoder28683 жыл бұрын
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
@MonsterlessonsAcademy3 жыл бұрын
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
@justcoder28683 жыл бұрын
@@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
@MonsterlessonsAcademy3 жыл бұрын
@@justcoder2868 You are welcome! I'm happy that you like my videos.
@PIF150O3 жыл бұрын
@@MonsterlessonsAcademy Thanks for making this public. Appreciated.