UNPKG

@progress/kendo-angular-gauges

Version:
21 lines (20 loc) 1.12 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { OnChanges, SimpleChange } from '@angular/core'; import { CollectionChangesService, ConfigurationService } from '../services'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class CollectionItemComponent implements OnChanges { configurationService: ConfigurationService; collectionChangesService: CollectionChangesService; constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService); ngOnChanges(changes: { [propertyName: string]: SimpleChange; }): void; static ɵfac: i0.ɵɵFactoryDeclaration<CollectionItemComponent, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<CollectionItemComponent, never, never, {}, {}, never, never, false, never>; }