@w11k/ngx-present
Version:
Angular based Presentation Tool
11 lines (10 loc) • 485 B
TypeScript
import { OnDestroyMixin } from '@w11k/ngx-componentdestroyed';
import { Observable } from 'rxjs';
import { PresentationService } from '../core/presentation.service';
import { ActivatedSlide } from '../slide/slide.service';
export declare class SlideIndexComponent extends OnDestroyMixin {
private readonly activatedSlide;
private readonly presentation;
coordinates$: Observable<string>;
constructor(activatedSlide: ActivatedSlide, presentation: PresentationService);
}