Skip to content

How to use ngx-component-outlet in ng-template #2

Open
@st-clair-clarke

Description

@st-clair-clarke

Hi,
I like ngx-component-outlet. However, I would like to use in ng-template, similar to the example below with another dynamic component creation library:

     <ng-template matExpansionPanelContent>
          <ndc-dynamic
              [ndcDynamicComponent] = 'component'
              [ndcDynamicInputs] = 'componentInputs'
              [ndcDynamicOutputs] = 'componentOutputs'></ndc-dynamic>
        </ng-template>

Can I do something similar with ngx-component-outlet?
Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    need docThat issue should be shown in documentationresolvedThat issue was resolved

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions