I am trying to load an Angular 5 application inside an existing jQuery based website. I have a requirement to detect change in a variable of the window object, and based on the change, I need to update the views in the Angular component.
I am able to read the window object when I do some action. Is it possible to detect window object change inside Angular component?
I have not yet started.