@webilix/ngx-helper-m3
Version:
Helper library for Angular and Material 3
18 lines (17 loc) • 863 B
TypeScript
import { OnInit } from '@angular/core';
import { INgxHelperConfig } from '../../ngx-helper.config';
import { ComponentService } from '../component.service';
import * as i0 from "@angular/core";
export declare class NgxHelperSectionComponent implements OnInit {
private readonly componentService;
private readonly config?;
private gap;
gapSize?: string;
private componentConfig;
isMobile: boolean;
constructor(componentService: ComponentService, config?: Partial<INgxHelperConfig> | undefined);
ngOnInit(): void;
onResize(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperSectionComponent, [null, { optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxHelperSectionComponent, "ngx-helper-section", never, { "gapSize": { "alias": "gapSize"; "required": false; }; }, {}, never, ["*"], true, never>;
}