@blackbaud/skyux-lib-stache
Version:
This library was generated with [Nx](https://nx.dev).
17 lines (16 loc) • 769 B
TypeScript
import { OnInit } from '@angular/core';
import { SkyAppConfig } from '@skyux/config';
import { SkyLibResourcesService } from '@skyux/i18n';
import { StacheNavLink } from '../nav/nav-link';
import * as i0 from "@angular/core";
export declare class StacheFooterComponent implements OnInit {
#private;
copyrightDate: Date | undefined;
copyrightLabel: string | undefined;
siteName: string | undefined;
footerLinks: StacheNavLink[] | undefined;
constructor(configSvc: SkyAppConfig, resourcesSvc: SkyLibResourcesService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StacheFooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StacheFooterComponent, "stache-footer", never, {}, {}, never, never, false, never>;
}