import { Injectable } from '@angular/core'; @Injectable() export class AppSessionService { autoShowSelectOptions: boolean = true; constructor() {} }