JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Docking Layout Custom angular components not rendered in panel content

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #100435
    admin
    Keymaster

    this layoutPanel is working.

    {
    label: ‘TextBox Tab’,
    content:
    ‘<smart-multiline-text-box id=”multiLine”>Write more text here …</smart-multiline-text-box>’
    }

     
    but this is not, components did not created.(working when using at html.its not my component related)

    {
    label: ‘Slider Tab’,
    content: ‘<aw-data-grid></aw-data-grid>’
    }

     

    #100436
    admin
    Keymaster

    Hi mgndzz,
    Have a look at this topic Angular Dynamic Component Loading. It demonstrates how to load Dynamic Angular Components with our smart framework. If that doesn’t help you out you can export your angular component as a custom element and use the custom element.
    Best Regards,
    Christopher
    Smart HTML Elements Team
    https://www.htmlelements.com

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.