We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c601e commit 90fd15eCopy full SHA for 90fd15e
src/tabs/tabs.stories.ts
@@ -30,10 +30,10 @@ const Template = (args) => ({
30
<cds-tab heading="one" [tabContent]="one"></cds-tab>
31
<cds-tab heading="two" [tabContent]="two"></cds-tab>
32
<cds-tab heading="three" [tabContent]="three"></cds-tab>
33
- <cds-tab heading="three">Tab Content 3</cds-tab>
+ <cds-tab heading="four">Tab Content 4</cds-tab>
34
</cds-tabs>
35
36
-
+ <!-- Use templates if you would like to have lifecycle hooks called when cacheActive is false -->
37
<ng-template #one>
38
Tab Content 1
39
</ng-template>
0 commit comments