@progress/kendo-angular-layout
Version:
Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts
33 lines (32 loc) • 1.35 kB
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { Injectable } from "@angular/core";
import * as i0 from "@angular/core";
/**
* @hidden
*/
export class TimelineService {
timeline;
onToggle(event) {
if (this.timeline) {
this.timeline['onToggle']?.emit(event);
}
}
onActionClick(event) {
if (this.timeline) {
this.timeline['onActionClick']?.emit(event);
}
}
onNavigate(event) {
if (this.timeline) {
this.timeline['onNavigate']?.emit(event);
}
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TimelineService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TimelineService });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TimelineService, decorators: [{
type: Injectable
}] });