UNPKG

@cardboard-box/ngx-box

Version:

A collection of useful directives, components and services for angular

13 lines (12 loc) 650 B
import { PropBoolean } from '../../services'; import * as i0 from "@angular/core"; export declare class ContainerComponent { loading: PropBoolean; loadingText?: string; error?: string; handleScroll: PropBoolean; set notLoading(value: PropBoolean); get notLoading(): PropBoolean; static ɵfac: i0.ɵɵFactoryDeclaration<ContainerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ContainerComponent, "box-container", never, { "loading": "loading"; "loadingText": "loading-text"; "error": "error"; "handleScroll": "handle-scroll"; "notLoading": "not-loading"; }, {}, never, ["*"], false, never>; }