cocori-ng
Version:
Cocori-ng is an Angular full of great components & utilites based on Material
20 lines (19 loc) • 918 B
TypeScript
import { Injector, OnDestroy } from '@angular/core';
import { BroadcastEventService } from 'cocori-ng/src/feature-core';
import { Subject } from 'rxjs';
import { ResponsiveOrientation } from '../core/model/cms.model';
import * as i0 from "@angular/core";
export declare abstract class ExtendPreviewActionsComponent implements OnDestroy {
broadcastEventService: BroadcastEventService;
orientation: string;
orientationWidth: string;
flexWidth: string;
cdr: any;
readonly destroy$: Subject<unknown>;
constructor(injector: Injector);
ngOnDestroy(): void;
private onOrientationChanged;
getOrientationParams(type: ResponsiveOrientation): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ExtendPreviewActionsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ExtendPreviewActionsComponent, "extend-preview-tpl", never, {}, {}, never, never, false>;
}