@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
24 lines (23 loc) • 1.05 kB
TypeScript
import { Injector } from '@angular/core';
import { CoreBadgeBaseComponent } from './badge-base.component';
import * as i0 from "@angular/core";
/**
* Defines an 'improvement-feature' badge
*/
export declare class BugFixesFeatureBadgeComponent extends CoreBadgeBaseComponent {
/**
* The source name to use for logging
*/
protected get logSourceName(): string;
/**
* Initializes a new instance of the @see BugFixesFeatureBadgeComponent class.
* @param injector The angular injection service. required by @SmeInjectableBase() decorator in the base @see BaseComponent class
*/
constructor(injector: Injector);
/**
* Gets the initial host classes to be applied to this element
*/
protected getInitialHostClasses(): string[];
static ɵfac: i0.ɵɵFactoryDeclaration<BugFixesFeatureBadgeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BugFixesFeatureBadgeComponent, "sme-badge[type=\"bugfixes-feature\"]", never, {}, {}, never, never, false, never>;
}