@@ -11,7 +11,9 @@ import {
11
11
PizzaPartyComponent ,
12
12
SnackBarComponentExample
13
13
} from './snack-bar-component/snack-bar-component-example' ;
14
- import { ProgressBarConfigurableExample } from './progress-bar-configurable/progress-bar-configurable-example' ;
14
+ import {
15
+ ProgressBarConfigurableExample
16
+ } from './progress-bar-configurable/progress-bar-configurable-example' ;
15
17
import {
16
18
DialogOverviewExample ,
17
19
DialogOverviewExampleDialog
@@ -29,7 +31,9 @@ import {SlideToggleFormsExample} from './slide-toggle-forms/slide-toggle-forms-e
29
31
import { InputOverviewExample } from './input-overview/input-overview-example' ;
30
32
import { MenuOverviewExample } from './menu-overview/menu-overview-example' ;
31
33
import { CheckboxConfigurableExample } from './checkbox-configurable/checkbox-configurable-example' ;
32
- import { ButtonToggleExclusiveExample } from './button-toggle-exclusive/button-toggle-exclusive-example' ;
34
+ import {
35
+ ButtonToggleExclusiveExample
36
+ } from './button-toggle-exclusive/button-toggle-exclusive-example' ;
33
37
import { ListSectionsExample } from './list-sections/list-sections-example' ;
34
38
import { SnackBarOverviewExample } from './snack-bar-overview/snack-bar-overview-example' ;
35
39
import {
@@ -44,15 +48,21 @@ import {TooltipOverviewExample} from './tooltip-overview/tooltip-overview-exampl
44
48
import { ButtonToggleOverviewExample } from './button-toggle-overview/button-toggle-overview-example' ;
45
49
import { GridListOverviewExample } from './grid-list-overview/grid-list-overview-example' ;
46
50
import { TooltipPositionExample } from './tooltip-position/tooltip-position-example' ;
47
- import { ProgressSpinnerConfigurableExample } from './progress-spinner-configurable/progress-spinner-configurable-example' ;
51
+ import {
52
+ ProgressSpinnerConfigurableExample
53
+ } from './progress-spinner-configurable/progress-spinner-configurable-example' ;
48
54
import { InputFormExample } from './input-form/input-form-example' ;
49
55
import { ListOverviewExample } from './list-overview/list-overview-example' ;
50
56
import { SliderOverviewExample } from './slider-overview/slider-overview-example' ;
51
- import { SlideToggleConfigurableExample } from './slide-toggle-configurable/slide-toggle-configurable-example' ;
57
+ import {
58
+ SlideToggleConfigurableExample
59
+ } from './slide-toggle-configurable/slide-toggle-configurable-example' ;
52
60
import { IconSvgExample } from './icon-svg-example/icon-svg-example' ;
53
61
import { SidenavFabExample } from './sidenav-fab/sidenav-fab-example' ;
54
62
import { CardOverviewExample } from './card-overview/card-overview-example' ;
55
- import { ProgressSpinnerOverviewExample } from './progress-spinner-overview/progress-spinner-overview-example' ;
63
+ import {
64
+ ProgressSpinnerOverviewExample
65
+ } from './progress-spinner-overview/progress-spinner-overview-example' ;
56
66
import { TabsTemplateLabelExample } from './tabs-template-label/tabs-template-label-example' ;
57
67
import { RadioOverviewExample } from './radio-overview/radio-overview-example' ;
58
68
import { SidenavOverviewExample } from './sidenav-overview/sidenav-overview-example' ;
@@ -62,7 +72,9 @@ import {ChipsStackedExample} from './chips-stacked/chips-stacked-example';
62
72
import { SelectFormExample } from './select-form/select-form-example' ;
63
73
import { PaginatorOverviewExample } from './paginator-overview/paginator-overview-example' ;
64
74
import { DatepickerOverviewExample } from './datepicker-overview/datepicker-overview-example' ;
65
- import { PaginatorConfigurableExample } from './paginator-configurable/paginator-configurable-example' ;
75
+ import {
76
+ PaginatorConfigurableExample
77
+ } from './paginator-configurable/paginator-configurable-example' ;
66
78
import {
67
79
MdAutocompleteModule ,
68
80
MdButtonModule ,
@@ -147,7 +159,10 @@ export const EXAMPLE_COMPONENTS = {
147
159
'menu-icons' : { title : 'Menu with icons' , component : MenuIconsExample } ,
148
160
'menu-overview' : { title : 'Basic menu' , component : MenuOverviewExample } ,
149
161
'paginator-overview' : { title : 'Paginator' , component : PaginatorOverviewExample } ,
150
- 'paginator-configurable' : { title : 'Configurable paginator' , component : PaginatorConfigurableExample } ,
162
+ 'paginator-configurable' : {
163
+ title : 'Configurable paginator' ,
164
+ component : PaginatorConfigurableExample
165
+ } ,
151
166
'progress-bar-configurable' : {
152
167
title : 'Configurable progress-bar' ,
153
168
component : ProgressBarConfigurableExample
0 commit comments