@skyux/core
Version:
This library was generated with [Nx](https://nx.dev).
19 lines (18 loc) • 689 B
TypeScript
import { Title } from '@angular/platform-browser';
import { SkyAppSetTitleArgs } from './set-title-args';
import * as i0 from "@angular/core";
/**
* Provides a method for setting a formatted title on the current window.
*/
export declare class SkyAppTitleService {
#private;
constructor(title: Title);
/**
* Sets the title on the current window.
* @param args An array of title parts. The parts will be concatenated with a hyphen between
* each part.
*/
setTitle(args: SkyAppSetTitleArgs | undefined): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyAppTitleService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SkyAppTitleService>;
}