@webilix/ngx-helper-m3
Version:
Helper library for Angular and Material 3
16 lines (15 loc) • 896 B
TypeScript
import { ElementRef, OnInit, RendererFactory2 } from '@angular/core';
import { INgxHelperConfig } from '../ngx-helper.config';
import * as i0 from "@angular/core";
export declare class NgxHelperMobileViewDirective implements OnInit {
private readonly elementRef;
private readonly rendererFactory;
private readonly config?;
ngxHelperMobileView: string;
private mobileWidth;
constructor(elementRef: ElementRef, rendererFactory: RendererFactory2, config?: Partial<INgxHelperConfig> | undefined);
ngOnInit(): void;
onResize(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperMobileViewDirective, [null, null, { optional: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxHelperMobileViewDirective, "[ngxHelperMobileView]", never, { "ngxHelperMobileView": { "alias": "ngxHelperMobileView"; "required": true; }; }, {}, never, never, true, never>;
}