@progress/kendo-angular-indicators
Version:
Kendo UI Indicators for Angular
22 lines (21 loc) • 1.03 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { OnDestroy } from '@angular/core';
import { LocalizationService } from '@progress/kendo-angular-l10n';
import * as i0 from "@angular/core";
export declare class BadgeContainerComponent implements OnDestroy {
private localizationService;
hostClass: boolean;
/**
* @hidden
*/
direction: string;
private dynamicRTLSubscription;
private rtl;
constructor(localizationService: LocalizationService);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeContainerComponent, "kendo-badge-container", never, {}, {}, never, ["*"], true, never>;
}