Skip to content

Commit

Permalink
chore: add tabs examples (angular#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored and jelbourn committed Jun 8, 2018
1 parent bd2e0ff commit 120a2a1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/app/shared/documentation-items/documentation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,18 @@ const DOCS: {[key: string]: DocCategory[]} = {
{id: 'grid-list', name: 'Grid list', examples: ['grid-list-dynamic']},
{id: 'list', name: 'List', examples: ['list-sections']},
{id: 'stepper', name: 'Stepper', examples: ['stepper-overview']},
{id: 'tabs', name: 'Tabs', examples: ['tabs-template-label']},
{id: 'tabs', name: 'Tabs', examples: [
'tab-group-basic',
'tab-group-custom-label',
'tab-group-dynamic-height',
'tab-group-dynamic',
'tab-group-header-below',
'tab-group-lazy-loaded',
'tab-group-stretched',
'tab-group-theme',
'tab-group-async',
'tab-nav-bar-basic',
]},
{id: 'tree', name: 'Tree', examples: [
'tree-dynamic',
'tree-flat-overview',
Expand Down

0 comments on commit 120a2a1

Please sign in to comment.