ng-xtend API documentation
    Preparing search index...

    Class XtRenderSubComponent<T>

    Dynamically render a component that will display the given subValue. To be used only inside an XtSimpleComponent or XtCompositeComponent

    Type Parameters

    • T

    Implements

    • AfterViewInit
    Index

    Constructors

    Properties

    componentType: InputSignal<Type<XtComponent<T>> | undefined> = ...

    Optional explicit component type to render

    context: InputSignal<XtContext<T>> = ...

    The context containing display mode, form group, and value for the sub-component

    inputs: InputSignal<XtBaseInput | undefined> = ...

    Inputs to pass through to the rendered sub-component

    models: InputSignal<XtComponentModel | undefined> = ...

    Model signals to pass through to the rendered sub-component

    outlet: Signal<NgComponentOutlet<any>> = ...

    Reference to the NgComponentOutlet used to dynamically render the sub-component

    outputs: OutputEmitterRef<XtComponentOutput> = ...

    Emits the outputs from the rendered sub-component

    outputsObject: XtBaseOutput = ...

    Object holding the output emitters from the rendered sub-component

    realContext: Signal<XtContext<T>> = ...

    Computed context that resolves references (if any)

    resolverService: XtResolverService = ...

    Injected resolver service for finding the best component

    type: Signal<Type<XtComponent<T>> | null> = ...

    Computed component type to render, resolved from the context if not explicitly set

    Methods