Javascript – Sharing same variable reference in two components doesnt works in Angular >= 15
I´ve using this method to share data between components because is more agile than observables, services or whatever method... But, I´m using on an angular 15 project and it seems doesnt work. I have a parent component with an object…