UNPKG

@webilix/ngx-helper-m3

Version:

Helper library for Angular and Material 3

18 lines (17 loc) 935 B
import { Injector, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { ComponentType } from '@angular/cdk/portal'; import * as i0 from "@angular/core"; export declare class NgxHelperBoxComponent implements OnInit, OnChanges { private className; private paddingCSS; component?: ComponentType<any>; data?: any; padding: string; hideShadow: boolean; injector: Injector; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; setInjector(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperBoxComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgxHelperBoxComponent, "ngx-helper-box", never, { "component": { "alias": "component"; "required": false; }; "data": { "alias": "data"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "hideShadow": { "alias": "hideShadow"; "required": false; }; }, {}, never, ["*"], true, never>; }