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 741ad59 commit 456b0afCopy full SHA for 456b0af
src/tabs/tabs.stories.ts
@@ -29,7 +29,7 @@ storiesOf("Tabs", module)
29
.add("With template", () => ({
30
template: `
31
<ng-template #customTabs let-item>
32
- {{item ? item.name : "wait for it"}}
+ {{item ? item.name : "wait for it"}}
33
</ng-template>
34
<ng-template #iconTab>
35
<div style="height: 14px;">
0 commit comments