@blackbaud/skyux
Version:
SKY UX built on Angular 2
16 lines (15 loc) • 492 B
TypeScript
import { OnInit } from '@angular/core';
import { SkyResourcesService } from '../resources/resources.service';
export declare class SkyErrorComponent implements OnInit {
private resources;
errorType: string;
title: string;
description: string;
private _errorType;
constructor(resources: SkyResourcesService);
ngOnInit(): void;
setErrorTypeFields(): void;
showBrokenImage(): boolean;
showNotFoundImage(): boolean;
showConstructionImage(): boolean;
}