Relative Content

Tag Archive for javascriptangularangular-materialmonoreponx-monorepo

How to know function call came from which application in angular monorepo nx?

In monorepo nx angular application I have 2 application A & B and a common shared component C. I’ve inserted C in both application using components app selector.
I want to know apart from URL is there any way I can check if I clicked on that component from which application the call is being made and based upon application A or B want to return data or perform operations.