@progress/kendo-angular-gantt
Version:
Kendo UI Angular Gantt
19 lines (18 loc) • 921 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { LocalizationService } from '@progress/kendo-angular-l10n';
import * as i0 from "@angular/core";
/**
* @hidden
*
* Needed to keep the Gantt's LocalizationService reference and be able to use it component's inside the TabStrip
*/
export declare class GanttLocalizationService {
private localizationService;
constructor(localizationService: LocalizationService);
get(token: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<GanttLocalizationService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GanttLocalizationService>;
}