metadata-editor-workspace
Version:
Metadata Editor Workspace module for ME-Core Powered by Assyst
18 lines (14 loc) • 430 B
text/typescript
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() {
}
}