@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
18 lines • 812 B
TypeScript
import { OnDestroy } from '@angular/core';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class PreviewFeatureButtonComponent implements OnDestroy {
open$: Observable<boolean>;
hasUnseenFeatures$: Observable<boolean>;
private readonly previewService;
private readonly headerService;
private readonly router;
private readonly route;
private destroy$;
ngOnInit(): Promise<void>;
openPreviewFeature(): Promise<void>;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PreviewFeatureButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PreviewFeatureButtonComponent, "c8y-preview-feature-button", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=preview-feature-button.component.d.ts.map