I wanted to create a global variable which is of type boolean, I wanted to utilize the same variable in multiple components (Without using Service).To be precise I also wanted to capture the variable value from any component if it is changed in other components.
try declaring the variable in environment.ts file