Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tabset): Use the init state to determine if the nb-template should be loaded #3049

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Apr 6, 2022

fix(tabset): Use the init state to determine if the nb-template should be loaded

Use the existing state indication to prevent the initial rendering of templates with the lazy directive

Ref: #2827
Ref: #1827
Ref: #1820

<nb-tab tabTitle="title">
  <ng-template nbTabContent>
    ...content
  </ng-template>
</nb-tab>

…d be loaded

Use the existing state indication to prevent the initial rendering of templates with the lazy directive
@ghost ghost force-pushed the fix/tabset-lazy-content-directive branch from 27ccb9e to ab178f2 Compare April 6, 2022 13:18
@ghost ghost mentioned this pull request Apr 6, 2022
2 tasks
@ghost
Copy link
Author

ghost commented Apr 6, 2022

@yggg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants