I have declared a global.ts file:
global.ts
@Injectable() export class Globals { utentePuntoVendita: boolean = false; [...] }
In the constru