Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

e-tabitem header attribute does not evaluate ejs component if provided inside it, but displays it as a plain html.

html:

<ejs-tab class="side-tab" id="tab_orientation" #orientationTab [showCloseButton]='enableClose' heightAdjustMode='Auto'>

<e-tabitems>

<e-tabitem [header]='headerText[0]'>




ts:

public headerText: Object = [ { text: '<button ejs-button cssClass="e-warning">Warning</button><div class="header_text">Create /Update RR</div>' },





Expected: 

Empty

Actual:
Empty