UNPKG

cocori-ng

Version:

Cocori-ng is an Angular full of great components & utilites based on Material

19 lines (18 loc) 938 B
import { OnInit } from '@angular/core'; import { BroadcastEventService } from 'cocori-ng/src/feature-core'; import { ResponsiveOrientation } from '../../../core/model/cms.model'; import * as i0 from "@angular/core"; export declare class CocoringPreviewOptionsComponent implements OnInit { private broadcastEventService; responsive: string; orientationComputer: ResponsiveOrientation; orientationTabletLand: ResponsiveOrientation; orientationTabletPort: ResponsiveOrientation; orientationMobile: ResponsiveOrientation; constructor(broadcastEventService: BroadcastEventService); ngOnInit(): void; reset(): void; onResponsiveChange($event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<CocoringPreviewOptionsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CocoringPreviewOptionsComponent, "cocoring-preview-options", never, {}, {}, never, never, false>; }