Javascript – Angular – Component making duplicate api 'GET' requests with behaviorsubject
I am working on an angular v14 application and I am having trouble figuring out how to fix an issue with my component making duplicate api calls. I have a service that is shared between all components to set and…