ng-xtend API documentation
    Preparing search index...

    Class HostTestSimpleComponent

    Component that can be used to bootstrap tests. Just set the value and component type, and it will be injected in your test.

    Index

    Constructors

    Properties

    Constructors

    Properties

    displayMode: InputSignal<XtDisplayMode> = ...

    Input for the display mode. Defaults to FULL_VIEW.

    type: InputSignal<Type<XtComponent<any>>> = ...

    Required input for the component type to render.

    value: InputSignal<any> = ...

    Input for the value to pass to the rendered component.