import {Injectable} from '@angular/core';
import {AppUtility} from '../shared/app.utility';
import {AppConstants} from '../shared/app.constants';

@Injectable()

/*
* Service for managing the title bar view
*************************************************************/
export class TitleBarService {

    /*
    * 
    ***************************************************************/
    constructor() {

    }
}