@@ -11,7 +11,9 @@ import {
1111 PizzaPartyComponent ,
1212 SnackBarComponentExample
1313} 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' ;
1517import {
1618 DialogOverviewExample ,
1719 DialogOverviewExampleDialog
@@ -29,7 +31,9 @@ import {SlideToggleFormsExample} from './slide-toggle-forms/slide-toggle-forms-e
2931import { InputOverviewExample } from './input-overview/input-overview-example' ;
3032import { MenuOverviewExample } from './menu-overview/menu-overview-example' ;
3133import { 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' ;
3337import { ListSectionsExample } from './list-sections/list-sections-example' ;
3438import { SnackBarOverviewExample } from './snack-bar-overview/snack-bar-overview-example' ;
3539import {
@@ -44,15 +48,21 @@ import {TooltipOverviewExample} from './tooltip-overview/tooltip-overview-exampl
4448import { ButtonToggleOverviewExample } from './button-toggle-overview/button-toggle-overview-example' ;
4549import { GridListOverviewExample } from './grid-list-overview/grid-list-overview-example' ;
4650import { 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' ;
4854import { InputFormExample } from './input-form/input-form-example' ;
4955import { ListOverviewExample } from './list-overview/list-overview-example' ;
5056import { 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' ;
5260import { IconSvgExample } from './icon-svg-example/icon-svg-example' ;
5361import { SidenavFabExample } from './sidenav-fab/sidenav-fab-example' ;
5462import { 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' ;
5666import { TabsTemplateLabelExample } from './tabs-template-label/tabs-template-label-example' ;
5767import { RadioOverviewExample } from './radio-overview/radio-overview-example' ;
5868import { SidenavOverviewExample } from './sidenav-overview/sidenav-overview-example' ;
@@ -62,7 +72,9 @@ import {ChipsStackedExample} from './chips-stacked/chips-stacked-example';
6272import { SelectFormExample } from './select-form/select-form-example' ;
6373import { PaginatorOverviewExample } from './paginator-overview/paginator-overview-example' ;
6474import { 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' ;
6678import {
6779 MdAutocompleteModule ,
6880 MdButtonModule ,
@@ -147,7 +159,10 @@ export const EXAMPLE_COMPONENTS = {
147159 'menu-icons' : { title : 'Menu with icons' , component : MenuIconsExample } ,
148160 'menu-overview' : { title : 'Basic menu' , component : MenuOverviewExample } ,
149161 '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+ } ,
151166 'progress-bar-configurable' : {
152167 title : 'Configurable progress-bar' ,
153168 component : ProgressBarConfigurableExample
0 commit comments