We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Tab does not render when using ng-template


Hello
when using the tab creating a template it does not finish the rendering and it does not work. I did an example test.



Attachment: Tab_d51047a6.zip

4 Replies

HB Hareesh Balasubramanian Syncfusion Team June 17, 2019 12:59 PM UTC

Hi Adriano, 
 
Greetings from Syncfusion. 
 
We can able to reproduce the reported issue at our end and logged the below bug report. The fix will be included in our JS2 weekly release on June 25, 2019.  We will check the fix once with the release source and will provide details on June 26, 2019. 
 
Regards, 
Hareesh B 



KK Karthigeyan Krishnamurthi Syncfusion Team June 25, 2019 05:29 AM UTC

Hi Adriano, 
 
Sorry it is not an issue. Kindly use the below code example to render Tab with template option for header and content. 
 
<ejs-tab> 
      <e-tabitems> 
        <e-tabitem> 
          <ng-template #headerText> 
            Twitter 
          </ng-template> 
          <ng-template #content> 
            Twitter is an online social networking service that enables users to send and read short 140-character messages called "tweets". 
          </ng-template> 
        </e-tabitem> 
        <e-tabitem> 
          <ng-template #headerText> 
            FaceBook 
          </ng-template> 
          <ng-template #content> 
            Facebook is an online social networking service headquartered in Menlo Park, California. 
          </ng-template> 
        </e-tabitem> 
      </e-tabitems> 
    </ejs-tab> 
 
Regards, 
Karthi 



AN Adriano Nascimento June 25, 2019 02:49 PM UTC

It really works with this example, the problem is just documentation that is old or wrong.

thank you very much.


KK Karthigeyan Krishnamurthi Syncfusion Team June 26, 2019 02:09 PM UTC

Hi Adriano, 
 
Sorry for the inconvenience. 
 
We have corrected it and online UG will be refreshed with Volume 2, 2019 main release which is excepted to be rollout by the first week of July 2019. 
 
Regards, 
Karthi 


Loader.
Live Chat Icon For mobile
Up arrow icon