Open DLMykolaIvanov opened 11 months ago
I'm submitting a ... (check one with "x")
Current behavior: I want an add-on over nb-tabset. I add tabs from the parent component. nb-tabset is empty. How to fix it?
Expected behavior: nb-tabset working with ng-content.
Steps to reproduce:
Related code:
<div> <nb-tabset> <ng-content></ng-content> </nb-tabset> </div>
<app-tabset> <nb-tab [tabId]="id" [tabTitle]="title"> test content </nb-tab> </app-tabset>
npm, node, OS, Browser node 18.16.0 npm 9.5.1 angular 15.2.9 nebular 11.0.0
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior: I want an add-on over nb-tabset. I add tabs from the parent component. nb-tabset is empty. How to fix it?
Expected behavior: nb-tabset working with ng-content.
Steps to reproduce:
Related code:
Other information:
npm, node, OS, Browser node 18.16.0 npm 9.5.1 angular 15.2.9 nebular 11.0.0