@blackbaud/skyux-lib-stache
Version:
This library was generated with [Nx](https://nx.dev).
12 lines (11 loc) • 465 B
TypeScript
import { Title } from '@angular/platform-browser';
import { SkyAppConfig } from '@skyux/config';
import * as i0 from "@angular/core";
export declare class StacheTitleService {
private title;
private configService;
constructor(title: Title, configService: SkyAppConfig);
setTitle(...parts: string[]): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StacheTitleService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<StacheTitleService>;
}