/* tslint:disable */ /** ****************************************************************************** * DO NOT MANUALLY EDIT THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED. * * IMPORTANT: Due to a bug with the bazel ng_module rule, this file is now * checked into the repository. Please rebuild the example module by running * the following command: "yarn gulp build-examples-module" * * BUG: https://github.com/angular/angular/issues/30259 ******************************************************************************/ import {NgModule} from '@angular/core'; import {FocusMonitorDirectivesExample} from './cdk/a11y/focus-monitor-directives/focus-monitor-directives-example';import {FocusMonitorFocusViaExample} from './cdk/a11y/focus-monitor-focus-via/focus-monitor-focus-via-example';import {FocusMonitorOverviewExample} from './cdk/a11y/focus-monitor-overview/focus-monitor-overview-example';import {CdkDragDropAxisLockExample} from './cdk/drag-drop/cdk-drag-drop-axis-lock/cdk-drag-drop-axis-lock-example';import {CdkDragDropBoundaryExample} from './cdk/drag-drop/cdk-drag-drop-boundary/cdk-drag-drop-boundary-example';import {CdkDragDropConnectedSortingGroupExample} from './cdk/drag-drop/cdk-drag-drop-connected-sorting-group/cdk-drag-drop-connected-sorting-group-example';import {CdkDragDropConnectedSortingExample} from './cdk/drag-drop/cdk-drag-drop-connected-sorting/cdk-drag-drop-connected-sorting-example';import {CdkDragDropCustomPlaceholderExample} from './cdk/drag-drop/cdk-drag-drop-custom-placeholder/cdk-drag-drop-custom-placeholder-example';import {CdkDragDropCustomPreviewExample} from './cdk/drag-drop/cdk-drag-drop-custom-preview/cdk-drag-drop-custom-preview-example';import {CdkDragDropDelayExample} from './cdk/drag-drop/cdk-drag-drop-delay/cdk-drag-drop-delay-example';import {CdkDragDropDisabledSortingExample} from './cdk/drag-drop/cdk-drag-drop-disabled-sorting/cdk-drag-drop-disabled-sorting-example';import {CdkDragDropDisabledExample} from './cdk/drag-drop/cdk-drag-drop-disabled/cdk-drag-drop-disabled-example';import {CdkDragDropEnterPredicateExample} from './cdk/drag-drop/cdk-drag-drop-enter-predicate/cdk-drag-drop-enter-predicate-example';import {CdkDragDropFreeDragPositionExample} from './cdk/drag-drop/cdk-drag-drop-free-drag-position/cdk-drag-drop-free-drag-position-example';import {CdkDragDropHandleExample} from './cdk/drag-drop/cdk-drag-drop-handle/cdk-drag-drop-handle-example';import {CdkDragDropHorizontalSortingExample} from './cdk/drag-drop/cdk-drag-drop-horizontal-sorting/cdk-drag-drop-horizontal-sorting-example';import {CdkDragDropOverviewExample} from './cdk/drag-drop/cdk-drag-drop-overview/cdk-drag-drop-overview-example';import {CdkDragDropRootElementExample} from './cdk/drag-drop/cdk-drag-drop-root-element/cdk-drag-drop-root-element-example';import {CdkDragDropSortingExample} from './cdk/drag-drop/cdk-drag-drop-sorting/cdk-drag-drop-sorting-example';import {CdkPlatformOverviewExample} from './cdk/platform/cdk-platform-overview/cdk-platform-overview-example';import {CdkPopoverEditCdkTableFlexExample} from './cdk/popover-edit/cdk-popover-edit-cdk-table-flex/cdk-popover-edit-cdk-table-flex-example';import {CdkPopoverEditCdkTableExample} from './cdk/popover-edit/cdk-popover-edit-cdk-table/cdk-popover-edit-cdk-table-example';import {CdkPopoverEditCellSpanVanillaTableExample} from './cdk/popover-edit/cdk-popover-edit-cell-span-vanilla-table/cdk-popover-edit-cell-span-vanilla-table-example';import {CdkPopoverEditTabOutVanillaTableExample} from './cdk/popover-edit/cdk-popover-edit-tab-out-vanilla-table/cdk-popover-edit-tab-out-vanilla-table-example';import {CdkPopoverEditVanillaTableExample} from './cdk/popover-edit/cdk-popover-edit-vanilla-table/cdk-popover-edit-vanilla-table-example';import {ComponentPortalExample,CdkPortalOverviewExample} from './cdk/portal/cdk-portal-overview/cdk-portal-overview-example';import {CdkVirtualScrollContextExample} from './cdk/scrolling/cdk-virtual-scroll-context/cdk-virtual-scroll-context-example';import {CdkVirtualScrollCustomStrategyExample} from './cdk/scrolling/cdk-virtual-scroll-custom-strategy/cdk-virtual-scroll-custom-strategy-example';import {CdkVirtualScrollDataSourceExample} from './cdk/scrolling/cdk-virtual-scroll-data-source/cdk-virtual-scroll-data-source-example';import {CdkVirtualScrollDlExample} from './cdk/scrolling/cdk-virtual-scroll-dl/cdk-virtual-scroll-dl-example';import {CdkVirtualScrollFixedBufferExample} from './cdk/scrolling/cdk-virtual-scroll-fixed-buffer/cdk-virtual-scroll-fixed-buffer-example';import {CdkVirtualScrollHorizontalExample} from './cdk/scrolling/cdk-virtual-scroll-horizontal/cdk-virtual-scroll-horizontal-example';import {CdkVirtualScrollOverviewExample} from './cdk/scrolling/cdk-virtual-scroll-overview/cdk-virtual-scroll-overview-example';import {CdkVirtualScrollTemplateCacheExample} from './cdk/scrolling/cdk-virtual-scroll-template-cache/cdk-virtual-scroll-template-cache-example';import {CustomStepper,CdkCustomStepperWithoutFormExample} from './cdk/stepper/cdk-custom-stepper-without-form/cdk-custom-stepper-without-form-example';import {CdkTableBasicFlexExample} from './cdk/table/cdk-table-basic-flex/cdk-table-basic-flex-example';import {CdkTableBasicExample} from './cdk/table/cdk-table-basic/cdk-table-basic-example';import {TextFieldAutofillDirectiveExample} from './cdk/text-field/text-field-autofill-directive/text-field-autofill-directive-example';import {TextFieldAutofillMonitorExample} from './cdk/text-field/text-field-autofill-monitor/text-field-autofill-monitor-example';import {TextFieldAutosizeTextareaExample} from './cdk/text-field/text-field-autosize-textarea/text-field-autosize-textarea-example';import {CdkTreeFlatExample} from './cdk/tree/cdk-tree-flat/cdk-tree-flat-example';import {CdkTreeNestedExample} from './cdk/tree/cdk-tree-nested/cdk-tree-nested-example';import {AutocompleteAutoActiveFirstOptionExample} from './material/autocomplete/autocomplete-auto-active-first-option/autocomplete-auto-active-first-option-example';import {AutocompleteDisplayExample} from './material/autocomplete/autocomplete-display/autocomplete-display-example';import {AutocompleteFilterExample} from './material/autocomplete/autocomplete-filter/autocomplete-filter-example';import {AutocompleteOptgroupExample} from './material/autocomplete/autocomplete-optgroup/autocomplete-optgroup-example';import {AutocompleteOverviewExample} from './material/autocomplete/autocomplete-overview/autocomplete-overview-example';import {AutocompletePlainInputExample} from './material/autocomplete/autocomplete-plain-input/autocomplete-plain-input-example';import {AutocompleteSimpleExample} from './material/autocomplete/autocomplete-simple/autocomplete-simple-example';import {BadgeOverviewExample} from './material/badge/badge-overview/badge-overview-example';import {BottomSheetOverviewExampleSheet,BottomSheetOverviewExample} from './material/bottom-sheet/bottom-sheet-overview/bottom-sheet-overview-example';import {ButtonToggleAppearanceExample} from './material/button-toggle/button-toggle-appearance/button-toggle-appearance-example';import {ButtonToggleExclusiveExample} from './material/button-toggle/button-toggle-exclusive/button-toggle-exclusive-example';import {ButtonToggleOverviewExample} from './material/button-toggle/button-toggle-overview/button-toggle-overview-example';import {ButtonOverviewExample} from './material/button/button-overview/button-overview-example';import {ButtonTypesExample} from './material/button/button-types/button-types-example';import {CardFancyExample} from './material/card/card-fancy/card-fancy-example';import {CardOverviewExample} from './material/card/card-overview/card-overview-example';import {CheckboxConfigurableExample} from './material/checkbox/checkbox-configurable/checkbox-configurable-example';import {CheckboxOverviewExample} from './material/checkbox/checkbox-overview/checkbox-overview-example';import {ChipsAutocompleteExample} from './material/chips/chips-autocomplete/chips-autocomplete-example';import {ChipsDragDropExample} from './material/chips/chips-drag-and-drop/chips-drag-drop-example';import {ChipsInputExample} from './material/chips/chips-input/chips-input-example';import {ChipsOverviewExample} from './material/chips/chips-overview/chips-overview-example';import {ChipsStackedExample} from './material/chips/chips-stacked/chips-stacked-example';import {ElevationOverviewExample} from './material/core/elevation-overview/elevation-overview-example';import {RippleOverviewExample} from './material/core/ripple-overview/ripple-overview-example';import {DatepickerApiExample} from './material/datepicker/datepicker-api/datepicker-api-example';import {DatepickerColorExample} from './material/datepicker/datepicker-color/datepicker-color-example';import {ExampleHeader,DatepickerCustomHeaderExample} from './material/datepicker/datepicker-custom-header/datepicker-custom-header-example';import {DatepickerCustomIconExample} from './material/datepicker/datepicker-custom-icon/datepicker-custom-icon-example';import {DatepickerDateClassExample} from './material/datepicker/datepicker-date-class/datepicker-date-class-example';import {DatepickerDisabledExample} from './material/datepicker/datepicker-disabled/datepicker-disabled-example';import {DatepickerEventsExample} from './material/datepicker/datepicker-events/datepicker-events-example';import {DatepickerFilterExample} from './material/datepicker/datepicker-filter/datepicker-filter-example';import {DatepickerFormatsExample} from './material/datepicker/datepicker-formats/datepicker-formats-example';import {DatepickerLocaleExample} from './material/datepicker/datepicker-locale/datepicker-locale-example';import {DatepickerMinMaxExample} from './material/datepicker/datepicker-min-max/datepicker-min-max-example';import {DatepickerMomentExample} from './material/datepicker/datepicker-moment/datepicker-moment-example';import {DatepickerOverviewExample} from './material/datepicker/datepicker-overview/datepicker-overview-example';import {DatepickerStartViewExample} from './material/datepicker/datepicker-start-view/datepicker-start-view-example';import {DatepickerTouchExample} from './material/datepicker/datepicker-touch/datepicker-touch-example';import {DatepickerValueExample} from './material/datepicker/datepicker-value/datepicker-value-example';import {DatepickerViewsSelectionExample} from './material/datepicker/datepicker-views-selection/datepicker-views-selection-example';import {DialogContentExampleDialog,DialogContentExample} from './material/dialog/dialog-content/dialog-content-example';import {DialogDataExampleDialog,DialogDataExample} from './material/dialog/dialog-data/dialog-data-example';import {DialogElementsExampleDialog,DialogElementsExample} from './material/dialog/dialog-elements/dialog-elements-example';import {DialogOverviewExampleDialog,DialogOverviewExample} from './material/dialog/dialog-overview/dialog-overview-example';import {DividerOverviewExample} from './material/divider/divider-overview/divider-overview-example';import {ExpansionExpandCollapseAllExample} from './material/expansion/expansion-expand-collapse-all/expansion-expand-collapse-all-example';import {ExpansionOverviewExample} from './material/expansion/expansion-overview/expansion-overview-example';import {ExpansionStepsExample} from './material/expansion/expansion-steps/expansion-steps-example';import {FormFieldAppearanceExample} from './material/form-field/form-field-appearance/form-field-appearance-example';import {MyTelInput,FormFieldCustomControlExample} from './material/form-field/form-field-custom-control/form-field-custom-control-example';import {FormFieldErrorExample} from './material/form-field/form-field-error/form-field-error-example';import {FormFieldHintExample} from './material/form-field/form-field-hint/form-field-hint-example';import {FormFieldLabelExample} from './material/form-field/form-field-label/form-field-label-example';import {FormFieldOverviewExample} from './material/form-field/form-field-overview/form-field-overview-example';import {FormFieldPrefixSuffixExample} from './material/form-field/form-field-prefix-suffix/form-field-prefix-suffix-example';import {FormFieldThemingExample} from './material/form-field/form-field-theming/form-field-theming-example';import {GridListDynamicExample} from './material/grid-list/grid-list-dynamic/grid-list-dynamic-example';import {GridListOverviewExample} from './material/grid-list/grid-list-overview/grid-list-overview-example';import {IconOverviewExample} from './material/icon/icon-overview/icon-overview-example';import {IconSvgExample} from './material/icon/icon-svg/icon-svg-example';import {InputClearableExample} from './material/input/input-clearable/input-clearable-example';import {InputErrorStateMatcherExample} from './material/input/input-error-state-matcher/input-error-state-matcher-example';import {InputErrorsExample} from './material/input/input-errors/input-errors-example';import {InputFormExample} from './material/input/input-form/input-form-example';import {InputHintExample} from './material/input/input-hint/input-hint-example';import {InputOverviewExample} from './material/input/input-overview/input-overview-example';import {InputPrefixSuffixExample} from './material/input/input-prefix-suffix/input-prefix-suffix-example';import {ListOverviewExample} from './material/list/list-overview/list-overview-example';import {ListSectionsExample} from './material/list/list-sections/list-sections-example';import {ListSelectionExample} from './material/list/list-selection/list-selection-example';import {MenuIconsExample} from './material/menu/menu-icons/menu-icons-example';import {MenuOverviewExample} from './material/menu/menu-overview/menu-overview-example';import {MenuPositionExample} from './material/menu/menu-position/menu-position-example';import {NestedMenuExample} from './material/menu/nested-menu/nested-menu-example';import {PaginatorConfigurableExample} from './material/paginator/paginator-configurable/paginator-configurable-example';import {PaginatorOverviewExample} from './material/paginator/paginator-overview/paginator-overview-example';import {PopoverEditCellSpanMatTableExample} from './material/popover-edit/popover-edit-cell-span-mat-table/popover-edit-cell-span-mat-table-example';import {PopoverEditMatTableFlexExample} from './material/popover-edit/popover-edit-mat-table-flex/popover-edit-mat-table-flex-example';import {PopoverEditMatTableExample} from './material/popover-edit/popover-edit-mat-table/popover-edit-mat-table-example';import {PopoverEditTabOutMatTableExample} from './material/popover-edit/popover-edit-tab-out-mat-table/popover-edit-tab-out-mat-table-example';import {ProgressBarBufferExample} from './material/progress-bar/progress-bar-buffer/progress-bar-buffer-example';import {ProgressBarConfigurableExample} from './material/progress-bar/progress-bar-configurable/progress-bar-configurable-example';import {ProgressBarDeterminateExample} from './material/progress-bar/progress-bar-determinate/progress-bar-determinate-example';import {ProgressBarIndeterminateExample} from './material/progress-bar/progress-bar-indeterminate/progress-bar-indeterminate-example';import {ProgressBarQueryExample} from './material/progress-bar/progress-bar-query/progress-bar-query-example';import {ProgressSpinnerConfigurableExample} from './material/progress-spinner/progress-spinner-configurable/progress-spinner-configurable-example';import {ProgressSpinnerOverviewExample} from './material/progress-spinner/progress-spinner-overview/progress-spinner-overview-example';import {RadioNgModelExample} from './material/radio/radio-ng-model/radio-ng-model-example';import {RadioOverviewExample} from './material/radio/radio-overview/radio-overview-example';import {SelectCustomTriggerExample} from './material/select/select-custom-trigger/select-custom-trigger-example';import {SelectDisabledExample} from './material/select/select-disabled/select-disabled-example';import {SelectErrorStateMatcherExample} from './material/select/select-error-state-matcher/select-error-state-matcher-example';import {SelectFormExample} from './material/select/select-form/select-form-example';import {SelectHintErrorExample} from './material/select/select-hint-error/select-hint-error-example';import {SelectMultipleExample} from './material/select/select-multiple/select-multiple-example';import {SelectNoRippleExample} from './material/select/select-no-ripple/select-no-ripple-example';import {SelectOptgroupExample} from './material/select/select-optgroup/select-optgroup-example';import {SelectOverviewExample} from './material/select/select-overview/select-overview-example';import {SelectPanelClassExample} from './material/select/select-panel-class/select-panel-class-example';import {SelectResetExample} from './material/select/select-reset/select-reset-example';import {SelectValueBindingExample} from './material/select/select-value-binding/select-value-binding-example';import {SidenavAutosizeExample} from './material/sidenav/sidenav-autosize/sidenav-autosize-example';import {SidenavBackdropExample} from './material/sidenav/sidenav-backdrop/sidenav-backdrop-example';import {SidenavDisableCloseExample} from './material/sidenav/sidenav-disable-close/sidenav-disable-close-example';import {SidenavDrawerOverviewExample} from './material/sidenav/sidenav-drawer-overview/sidenav-drawer-overview-example';import {SidenavFixedExample} from './material/sidenav/sidenav-fixed/sidenav-fixed-example';import {SidenavModeExample} from './material/sidenav/sidenav-mode/sidenav-mode-example';import {SidenavOpenCloseExample} from './material/sidenav/sidenav-open-close/sidenav-open-close-example';import {SidenavOverviewExample} from './material/sidenav/sidenav-overview/sidenav-overview-example';import {SidenavPositionExample} from './material/sidenav/sidenav-position/sidenav-position-example';import {SidenavResponsiveExample} from './material/sidenav/sidenav-responsive/sidenav-responsive-example';import {SlideToggleConfigurableExample} from './material/slide-toggle/slide-toggle-configurable/slide-toggle-configurable-example';import {SlideToggleFormsExample} from './material/slide-toggle/slide-toggle-forms/slide-toggle-forms-example';import {SlideToggleOverviewExample} from './material/slide-toggle/slide-toggle-overview/slide-toggle-overview-example';import {SliderConfigurableExample} from './material/slider/slider-configurable/slider-configurable-example';import {SliderFormattingExample} from './material/slider/slider-formatting/slider-formatting-example';import {SliderOverviewExample} from './material/slider/slider-overview/slider-overview-example';import {PizzaPartyComponent,SnackBarComponentExample} from './material/snack-bar/snack-bar-component/snack-bar-component-example';import {SnackBarOverviewExample} from './material/snack-bar/snack-bar-overview/snack-bar-overview-example';import {SnackBarPositionExample} from './material/snack-bar/snack-bar-position/snack-bar-position-example';import {SortOverviewExample} from './material/sort/sort-overview/sort-overview-example';import {StepperEditableExample} from './material/stepper/stepper-editable/stepper-editable-example';import {StepperErrorsExample} from './material/stepper/stepper-errors/stepper-errors-example';import {StepperLabelPositionBottomExample} from './material/stepper/stepper-label-position-bottom/stepper-label-position-bottom-example';import {StepperOptionalExample} from './material/stepper/stepper-optional/stepper-optional-example';import {StepperOverviewExample} from './material/stepper/stepper-overview/stepper-overview-example';import {StepperStatesExample} from './material/stepper/stepper-states/stepper-states-example';import {StepperVerticalExample} from './material/stepper/stepper-vertical/stepper-vertical-example';import {TableBasicFlexExample} from './material/table/table-basic-flex/table-basic-flex-example';import {TableBasicExample} from './material/table/table-basic/table-basic-example';import {TableDynamicColumnsExample} from './material/table/table-dynamic-columns/table-dynamic-columns-example';import {TableExpandableRowsExample} from './material/table/table-expandable-rows/table-expandable-rows-example';import {TableFilteringExample} from './material/table/table-filtering/table-filtering-example';import {TableFooterRowExample} from './material/table/table-footer-row/table-footer-row-example';import {TableHttpExample} from './material/table/table-http/table-http-example';import {TableMultipleHeaderFooterExample} from './material/table/table-multiple-header-footer/table-multiple-header-footer-example';import {TableOverviewExample} from './material/table/table-overview/table-overview-example';import {TablePaginationExample} from './material/table/table-pagination/table-pagination-example';import {TableRowContextExample} from './material/table/table-row-context/table-row-context-example';import {TableSelectionExample} from './material/table/table-selection/table-selection-example';import {TableSortingExample} from './material/table/table-sorting/table-sorting-example';import {TableStickyColumnsExample} from './material/table/table-sticky-columns/table-sticky-columns-example';import {TableStickyComplexFlexExample} from './material/table/table-sticky-complex-flex/table-sticky-complex-flex-example';import {TableStickyComplexExample} from './material/table/table-sticky-complex/table-sticky-complex-example';import {TableStickyFooterExample} from './material/table/table-sticky-footer/table-sticky-footer-example';import {TableStickyHeaderExample} from './material/table/table-sticky-header/table-sticky-header-example';import {TableTextColumnAdvancedExample} from './material/table/table-text-column-advanced/table-text-column-advanced-example';import {TableTextColumnExample} from './material/table/table-text-column/table-text-column-example';import {WrapperTable,TableWrappedExample} from './material/table/table-wrapped/table-wrapped-example';import {TabGroupAlignExample} from './material/tabs/tab-group-align/tab-group-align-example';import {TabGroupAnimationsExample} from './material/tabs/tab-group-animations/tab-group-animations-example';import {TabGroupAsyncExample} from './material/tabs/tab-group-async/tab-group-async-example';import {TabGroupBasicExample} from './material/tabs/tab-group-basic/tab-group-basic-example';import {TabGroupCustomLabelExample} from './material/tabs/tab-group-custom-label/tab-group-custom-label-example';import {TabGroupDynamicHeightExample} from './material/tabs/tab-group-dynamic-height/tab-group-dynamic-height-example';import {TabGroupDynamicExample} from './material/tabs/tab-group-dynamic/tab-group-dynamic-example';import {TabGroupHeaderBelowExample} from './material/tabs/tab-group-header-below/tab-group-header-below-example';import {TabGroupLazyLoadedExample} from './material/tabs/tab-group-lazy-loaded/tab-group-lazy-loaded-example';import {TabGroupStretchedExample} from './material/tabs/tab-group-stretched/tab-group-stretched-example';import {TabGroupThemeExample} from './material/tabs/tab-group-theme/tab-group-theme-example';import {TabNavBarBasicExample} from './material/tabs/tab-nav-bar-basic/tab-nav-bar-basic-example';import {ToolbarMultirowExample} from './material/toolbar/toolbar-multirow/toolbar-multirow-example';import {ToolbarOverviewExample} from './material/toolbar/toolbar-overview/toolbar-overview-example';import {TooltipAutoHideExample} from './material/tooltip/tooltip-auto-hide/tooltip-auto-hide-example';import {TooltipCustomClassExample} from './material/tooltip/tooltip-custom-class/tooltip-custom-class-example';import {TooltipDelayExample} from './material/tooltip/tooltip-delay/tooltip-delay-example';import {TooltipDisabledExample} from './material/tooltip/tooltip-disabled/tooltip-disabled-example';import {TooltipManualExample} from './material/tooltip/tooltip-manual/tooltip-manual-example';import {TooltipMessageExample} from './material/tooltip/tooltip-message/tooltip-message-example';import {TooltipModifiedDefaultsExample} from './material/tooltip/tooltip-modified-defaults/tooltip-modified-defaults-example';import {TooltipOverviewExample} from './material/tooltip/tooltip-overview/tooltip-overview-example';import {TooltipPositionExample} from './material/tooltip/tooltip-position/tooltip-position-example';import {TreeChecklistExample} from './material/tree/tree-checklist/tree-checklist-example';import {TreeDynamicExample} from './material/tree/tree-dynamic/tree-dynamic-example';import {TreeFlatOverviewExample} from './material/tree/tree-flat-overview/tree-flat-overview-example';import {TreeLoadmoreExample} from './material/tree/tree-loadmore/tree-loadmore-example';import {TreeNestedOverviewExample} from './material/tree/tree-nested-overview/tree-nested-overview-example';import {CdkA11yExamplesModule} from './cdk/a11y/module';import {CdkDragDropExamplesModule} from './cdk/drag-drop/module';import {CdkPlatformExamplesModule} from './cdk/platform/module';import {CdkPopoverEditExamplesModule} from './cdk/popover-edit/module';import {CdkPortalExamplesModule} from './cdk/portal/module';import {CdkScrollingExamplesModule} from './cdk/scrolling/module';import {CdkStepperExamplesModule} from './cdk/stepper/module';import {CdkTableExamplesModule} from './cdk/table/module';import {CdkTextFieldExamplesModule} from './cdk/text-field/module';import {CdkTreeExamplesModule} from './cdk/tree/module';import {AutocompleteExamplesModule} from './material/autocomplete/module';import {BadgeExamplesModule} from './material/badge/module';import {BottomSheetExamplesModule} from './material/bottom-sheet/module';import {ButtonToggleExamplesModule} from './material/button-toggle/module';import {ButtonExamplesModule} from './material/button/module';import {CardExamplesModule} from './material/card/module';import {CheckboxExamplesModule} from './material/checkbox/module';import {ChipsExamplesModule} from './material/chips/module';import {CoreExamplesModule} from './material/core/module';import {DatepickerExamplesModule} from './material/datepicker/module';import {DialogExamplesModule} from './material/dialog/module';import {DividerExamplesModule} from './material/divider/module';import {ExpansionExamplesModule} from './material/expansion/module';import {FormFieldExamplesModule} from './material/form-field/module';import {GridListExamplesModule} from './material/grid-list/module';import {IconExamplesModule} from './material/icon/module';import {InputExamplesModule} from './material/input/module';import {ListExamplesModule} from './material/list/module';import {MenuExamplesModule} from './material/menu/module';import {PaginatorExamplesModule} from './material/paginator/module';import {PopoverEditExamplesModule} from './material/popover-edit/module';import {ProgressBarExamplesModule} from './material/progress-bar/module';import {ProgressSpinnerExamplesModule} from './material/progress-spinner/module';import {RadioExamplesModule} from './material/radio/module';import {SelectExamplesModule} from './material/select/module';import {SidenavExamplesModule} from './material/sidenav/module';import {SlideToggleExamplesModule} from './material/slide-toggle/module';import {SliderExamplesModule} from './material/slider/module';import {SnackBarExamplesModule} from './material/snack-bar/module';import {SortExamplesModule} from './material/sort/module';import {StepperExamplesModule} from './material/stepper/module';import {TableExamplesModule} from './material/table/module';import {TabGroupExamplesModule} from './material/tabs/module';import {ToolbarExamplesModule} from './material/toolbar/module';import {TooltipExamplesModule} from './material/tooltip/module';import {TreeExamplesModule} from './material/tree/module'; export interface LiveExample { title: string; component: any; additionalFiles?: string[]; selectorName?: string; } export const EXAMPLE_COMPONENTS: {[key: string]: LiveExample} = {"focus-monitor-directives":{"title":"Monitoring focus with FocusMonitor","component":FocusMonitorDirectivesExample,"additionalFiles":[],"selectorName":""},"focus-monitor-focus-via":{"title":"Focusing with a specific FocusOrigin","component":FocusMonitorFocusViaExample,"additionalFiles":[],"selectorName":""},"focus-monitor-overview":{"title":"Monitoring focus with FocusMonitor","component":FocusMonitorOverviewExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-axis-lock":{"title":"Drag&Drop position locking","component":CdkDragDropAxisLockExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-boundary":{"title":"Drag&Drop boundary","component":CdkDragDropBoundaryExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-connected-sorting-group":{"title":"Drag&Drop connected sorting group","component":CdkDragDropConnectedSortingGroupExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-connected-sorting":{"title":"Drag&Drop connected sorting","component":CdkDragDropConnectedSortingExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-custom-placeholder":{"title":"Drag&Drop custom placeholer","component":CdkDragDropCustomPlaceholderExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-custom-preview":{"title":"Drag&Drop custom preview","component":CdkDragDropCustomPreviewExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-delay":{"title":"Delayed dragging","component":CdkDragDropDelayExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-disabled-sorting":{"title":"Drag&Drop disabled sorting","component":CdkDragDropDisabledSortingExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-disabled":{"title":"Drag&Drop disabled","component":CdkDragDropDisabledExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-enter-predicate":{"title":"Drag&Drop enter predicate","component":CdkDragDropEnterPredicateExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-free-drag-position":{"title":"Programmatically setting the free drag position","component":CdkDragDropFreeDragPositionExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-handle":{"title":"Drag&Drop with a handle","component":CdkDragDropHandleExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-horizontal-sorting":{"title":"Drag&Drop horizontal sorting","component":CdkDragDropHorizontalSortingExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-overview":{"title":"Basic Drag&Drop","component":CdkDragDropOverviewExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-root-element":{"title":"Drag&Drop with alternate root element","component":CdkDragDropRootElementExample,"additionalFiles":[],"selectorName":""},"cdk-drag-drop-sorting":{"title":"Drag&Drop sorting","component":CdkDragDropSortingExample,"additionalFiles":[],"selectorName":""},"cdk-platform-overview":{"title":"Platform overview","component":CdkPlatformOverviewExample,"additionalFiles":[],"selectorName":""},"cdk-popover-edit-cdk-table-flex":{"title":"CDK Popover Edit on a flex cdk-table.","component":CdkPopoverEditCdkTableFlexExample,"additionalFiles":[],"selectorName":""},"cdk-popover-edit-cdk-table":{"title":"CDK Popover Edit on a CDK data-table","component":CdkPopoverEditCdkTableExample,"additionalFiles":[],"selectorName":""},"cdk-popover-edit-cell-span-vanilla-table":{"title":"CDK Popover Edit spanning multiple columns on an HTML data-table","component":CdkPopoverEditCellSpanVanillaTableExample,"additionalFiles":[],"selectorName":""},"cdk-popover-edit-tab-out-vanilla-table":{"title":"CDK Popover Edit with spreadsheet-like configuration on an HTML data-table","component":CdkPopoverEditTabOutVanillaTableExample,"additionalFiles":[],"selectorName":""},"cdk-popover-edit-vanilla-table":{"title":"CDK Popover Edit on an HTML data-table","component":CdkPopoverEditVanillaTableExample,"additionalFiles":[],"selectorName":""},"cdk-portal-overview":{"title":"Portal overview","component":CdkPortalOverviewExample,"additionalFiles":[],"selectorName":"CdkPortalOverviewExample, ComponentPortalExample"},"cdk-virtual-scroll-context":{"title":"Virtual scroll context variables","component":CdkVirtualScrollContextExample,"additionalFiles":[],"selectorName":""},"cdk-virtual-scroll-custom-strategy":{"title":"Virtual scroll with a custom strategy","component":CdkVirtualScrollCustomStrategyExample,"additionalFiles":[],"selectorName":""},"cdk-virtual-scroll-data-source":{"title":"Virtual scroll with a custom data source","component":CdkVirtualScrollDataSourceExample,"additionalFiles":[],"selectorName":""},"cdk-virtual-scroll-dl":{"title":"Virtual scrolling `
`","component":CdkVirtualScrollDlExample,"additionalFiles":[],"selectorName":""},"cdk-virtual-scroll-fixed-buffer":{"title":"Fixed size virtual scroll with custom buffer parameters","component":CdkVirtualScrollFixedBufferExample,"additionalFiles":[],"selectorName":""},"cdk-virtual-scroll-horizontal":{"title":"Horizontal virtual scroll","component":CdkVirtualScrollHorizontalExample,"additionalFiles":[],"selectorName":""},"cdk-virtual-scroll-overview":{"title":"Basic virtual scroll","component":CdkVirtualScrollOverviewExample,"additionalFiles":[],"selectorName":""},"cdk-virtual-scroll-template-cache":{"title":"Virtual scroll with no template caching","component":CdkVirtualScrollTemplateCacheExample,"additionalFiles":[],"selectorName":""},"cdk-custom-stepper-without-form":{"title":"A custom CDK stepper without a form","component":CdkCustomStepperWithoutFormExample,"additionalFiles":["./example-custom-stepper.html","./example-custom-stepper.css"],"selectorName":"CdkCustomStepperWithoutFormExample, CustomStepper"},"cdk-table-basic-flex":{"title":"Basic use of `` (uses display flex)","component":CdkTableBasicFlexExample,"additionalFiles":[],"selectorName":""},"cdk-table-basic":{"title":"Basic CDK data-table","component":CdkTableBasicExample,"additionalFiles":[],"selectorName":""},"text-field-autofill-directive":{"title":"Monitoring autofill state with cdkAutofill","component":TextFieldAutofillDirectiveExample,"additionalFiles":[],"selectorName":""},"text-field-autofill-monitor":{"title":"Monitoring autofill state with AutofillMonitor","component":TextFieldAutofillMonitorExample,"additionalFiles":[],"selectorName":""},"text-field-autosize-textarea":{"title":"Auto-resizing textarea","component":TextFieldAutosizeTextareaExample,"additionalFiles":[],"selectorName":""},"cdk-tree-flat":{"title":"Tree with flat nodes","component":CdkTreeFlatExample,"additionalFiles":[],"selectorName":""},"cdk-tree-nested":{"title":"Tree with nested nodes","component":CdkTreeNestedExample,"additionalFiles":[],"selectorName":""},"autocomplete-auto-active-first-option":{"title":"Highlight the first autocomplete option","component":AutocompleteAutoActiveFirstOptionExample,"additionalFiles":[],"selectorName":""},"autocomplete-display":{"title":"Display value autocomplete","component":AutocompleteDisplayExample,"additionalFiles":[],"selectorName":""},"autocomplete-filter":{"title":"Filter autocomplete","component":AutocompleteFilterExample,"additionalFiles":[],"selectorName":""},"autocomplete-optgroup":{"title":"Option groups autocomplete","component":AutocompleteOptgroupExample,"additionalFiles":[],"selectorName":""},"autocomplete-overview":{"title":"Autocomplete overview","component":AutocompleteOverviewExample,"additionalFiles":[],"selectorName":""},"autocomplete-plain-input":{"title":"Plain input autocomplete","component":AutocompletePlainInputExample,"additionalFiles":[],"selectorName":""},"autocomplete-simple":{"title":"Simple autocomplete","component":AutocompleteSimpleExample,"additionalFiles":[],"selectorName":""},"badge-overview":{"title":"Badge overview","component":BadgeOverviewExample,"additionalFiles":[],"selectorName":""},"bottom-sheet-overview":{"title":"Bottom Sheet Overview","component":BottomSheetOverviewExample,"additionalFiles":["bottom-sheet-overview-example-sheet.html"],"selectorName":"BottomSheetOverviewExample, BottomSheetOverviewExampleSheet"},"button-toggle-appearance":{"title":"Button toggle appearance","component":ButtonToggleAppearanceExample,"additionalFiles":[],"selectorName":""},"button-toggle-exclusive":{"title":"Exclusive selection","component":ButtonToggleExclusiveExample,"additionalFiles":[],"selectorName":""},"button-toggle-overview":{"title":"Basic button-toggles","component":ButtonToggleOverviewExample,"additionalFiles":[],"selectorName":""},"button-overview":{"title":"Basic buttons","component":ButtonOverviewExample,"additionalFiles":[],"selectorName":""},"button-types":{"title":"Button varieties","component":ButtonTypesExample,"additionalFiles":[],"selectorName":""},"card-fancy":{"title":"Card with multiple sections","component":CardFancyExample,"additionalFiles":[],"selectorName":""},"card-overview":{"title":"Basic cards","component":CardOverviewExample,"additionalFiles":[],"selectorName":""},"checkbox-configurable":{"title":"Configurable checkbox","component":CheckboxConfigurableExample,"additionalFiles":[],"selectorName":""},"checkbox-overview":{"title":"Basic checkboxes","component":CheckboxOverviewExample,"additionalFiles":[],"selectorName":""},"chips-autocomplete":{"title":"Chips Autocomplete","component":ChipsAutocompleteExample,"additionalFiles":[],"selectorName":""},"chips-drag-drop":{"title":"Chips Drag and Drop","component":ChipsDragDropExample,"additionalFiles":[],"selectorName":""},"chips-input":{"title":"Chips with input","component":ChipsInputExample,"additionalFiles":[],"selectorName":""},"chips-overview":{"title":"Basic chips","component":ChipsOverviewExample,"additionalFiles":[],"selectorName":""},"chips-stacked":{"title":"Stacked chips","component":ChipsStackedExample,"additionalFiles":[],"selectorName":""},"elevation-overview":{"title":"Elevation CSS classes","component":ElevationOverviewExample,"additionalFiles":[],"selectorName":""},"ripple-overview":{"title":"MatRipple basic usage","component":RippleOverviewExample,"additionalFiles":[],"selectorName":""},"datepicker-api":{"title":"Datepicker open method","component":DatepickerApiExample,"additionalFiles":[],"selectorName":""},"datepicker-color":{"title":"Datepicker palette colors","component":DatepickerColorExample,"additionalFiles":[],"selectorName":""},"datepicker-custom-header":{"title":"Datepicker with custom calendar header","component":DatepickerCustomHeaderExample,"additionalFiles":[],"selectorName":"DatepickerCustomHeaderExample, ExampleHeader"},"datepicker-custom-icon":{"title":"Datepicker with custom icon","component":DatepickerCustomIconExample,"additionalFiles":[],"selectorName":""},"datepicker-date-class":{"title":"Datepicker with custom date classes","component":DatepickerDateClassExample,"additionalFiles":[],"selectorName":""},"datepicker-disabled":{"title":"Disabled datepicker","component":DatepickerDisabledExample,"additionalFiles":[],"selectorName":""},"datepicker-events":{"title":"Datepicker input and change events","component":DatepickerEventsExample,"additionalFiles":[],"selectorName":""},"datepicker-filter":{"title":"Datepicker with filter validation","component":DatepickerFilterExample,"additionalFiles":[],"selectorName":""},"datepicker-formats":{"title":"Datepicker with custom formats","component":DatepickerFormatsExample,"additionalFiles":[],"selectorName":""},"datepicker-locale":{"title":"Datepicker with different locale","component":DatepickerLocaleExample,"additionalFiles":[],"selectorName":""},"datepicker-min-max":{"title":"Datepicker with min & max validation","component":DatepickerMinMaxExample,"additionalFiles":[],"selectorName":""},"datepicker-moment":{"title":"Datepicker that uses Moment.js dates","component":DatepickerMomentExample,"additionalFiles":[],"selectorName":""},"datepicker-overview":{"title":"Basic datepicker","component":DatepickerOverviewExample,"additionalFiles":[],"selectorName":""},"datepicker-start-view":{"title":"Datepicker start date","component":DatepickerStartViewExample,"additionalFiles":[],"selectorName":""},"datepicker-touch":{"title":"Datepicker touch UI","component":DatepickerTouchExample,"additionalFiles":[],"selectorName":""},"datepicker-value":{"title":"Datepicker selected value","component":DatepickerValueExample,"additionalFiles":[],"selectorName":""},"datepicker-views-selection":{"title":"Datepicker emulating a Year and month picker","component":DatepickerViewsSelectionExample,"additionalFiles":[],"selectorName":""},"dialog-content":{"title":"Dialog with header, scrollable content and actions","component":DialogContentExample,"additionalFiles":["dialog-content-example-dialog.html"],"selectorName":"DialogContentExample, DialogContentExampleDialog"},"dialog-data":{"title":"Injecting data when opening a dialog","component":DialogDataExample,"additionalFiles":["dialog-data-example-dialog.html"],"selectorName":"DialogDataExample, DialogDataExampleDialog"},"dialog-elements":{"title":"Dialog elements","component":DialogElementsExample,"additionalFiles":["dialog-elements-example-dialog.html"],"selectorName":"DialogElementsExample, DialogElementsExampleDialog"},"dialog-overview":{"title":"Dialog Overview","component":DialogOverviewExample,"additionalFiles":["dialog-overview-example-dialog.html"],"selectorName":"DialogOverviewExample, DialogOverviewExampleDialog"},"divider-overview":{"title":"Basic divider","component":DividerOverviewExample,"additionalFiles":[],"selectorName":""},"expansion-expand-collapse-all":{"title":"Accordion with expand/collapse all toggles","component":ExpansionExpandCollapseAllExample,"additionalFiles":[],"selectorName":""},"expansion-overview":{"title":"Basic expansion panel","component":ExpansionOverviewExample,"additionalFiles":[],"selectorName":""},"expansion-steps":{"title":"Expansion panel as accordion","component":ExpansionStepsExample,"additionalFiles":[],"selectorName":""},"form-field-appearance":{"title":"Form field appearance variants","component":FormFieldAppearanceExample,"additionalFiles":[],"selectorName":""},"form-field-custom-control":{"title":"Form field with custom telephone number input control.","component":FormFieldCustomControlExample,"additionalFiles":["example-tel-input-example.html","example-tel-input-example.css"],"selectorName":"FormFieldCustomControlExample, MyTelInput"},"form-field-error":{"title":"Form field with error messages","component":FormFieldErrorExample,"additionalFiles":[],"selectorName":""},"form-field-hint":{"title":"Form field with hints","component":FormFieldHintExample,"additionalFiles":[],"selectorName":""},"form-field-label":{"title":"Form field with label","component":FormFieldLabelExample,"additionalFiles":[],"selectorName":""},"form-field-overview":{"title":"Simple form field","component":FormFieldOverviewExample,"additionalFiles":[],"selectorName":""},"form-field-prefix-suffix":{"title":"Form field with prefix & suffix","component":FormFieldPrefixSuffixExample,"additionalFiles":[],"selectorName":""},"form-field-theming":{"title":"Form field theming","component":FormFieldThemingExample,"additionalFiles":[],"selectorName":""},"grid-list-dynamic":{"title":"Dynamic grid-list","component":GridListDynamicExample,"additionalFiles":[],"selectorName":""},"grid-list-overview":{"title":"Basic grid-list","component":GridListOverviewExample,"additionalFiles":[],"selectorName":""},"icon-overview":{"title":"Basic icons","component":IconOverviewExample,"additionalFiles":[],"selectorName":""},"icon-svg":{"title":"SVG icons","component":IconSvgExample,"additionalFiles":[],"selectorName":""},"input-clearable":{"title":"Input with a clear button","component":InputClearableExample,"additionalFiles":[],"selectorName":""},"input-error-state-matcher":{"title":"Input with a custom ErrorStateMatcher","component":InputErrorStateMatcherExample,"additionalFiles":[],"selectorName":""},"input-errors":{"title":"Input with error messages","component":InputErrorsExample,"additionalFiles":[],"selectorName":""},"input-form":{"title":"Inputs in a form","component":InputFormExample,"additionalFiles":[],"selectorName":""},"input-hint":{"title":"Input with hints","component":InputHintExample,"additionalFiles":[],"selectorName":""},"input-overview":{"title":"Basic Inputs","component":InputOverviewExample,"additionalFiles":[],"selectorName":""},"input-prefix-suffix":{"title":"Inputs with prefixes and suffixes","component":InputPrefixSuffixExample,"additionalFiles":[],"selectorName":""},"list-overview":{"title":"Basic list","component":ListOverviewExample,"additionalFiles":[],"selectorName":""},"list-sections":{"title":"List with sections","component":ListSectionsExample,"additionalFiles":[],"selectorName":""},"list-selection":{"title":"List with selection","component":ListSelectionExample,"additionalFiles":[],"selectorName":""},"menu-icons":{"title":"Menu with icons","component":MenuIconsExample,"additionalFiles":[],"selectorName":""},"menu-overview":{"title":"Basic menu","component":MenuOverviewExample,"additionalFiles":[],"selectorName":""},"menu-position":{"title":"Menu positioning","component":MenuPositionExample,"additionalFiles":[],"selectorName":""},"nested-menu":{"title":"Nested menu","component":NestedMenuExample,"additionalFiles":[],"selectorName":""},"paginator-configurable":{"title":"Configurable paginator","component":PaginatorConfigurableExample,"additionalFiles":[],"selectorName":""},"paginator-overview":{"title":"Paginator","component":PaginatorOverviewExample,"additionalFiles":[],"selectorName":""},"popover-edit-cell-span-mat-table":{"title":"Material Popover Edit spanning multiple columns on a Material data-table","component":PopoverEditCellSpanMatTableExample,"additionalFiles":[],"selectorName":""},"popover-edit-mat-table-flex":{"title":"Material Popover Edit on a flex Material data-table","component":PopoverEditMatTableFlexExample,"additionalFiles":[],"selectorName":""},"popover-edit-mat-table":{"title":"Material Popover Edit on a Material data-table","component":PopoverEditMatTableExample,"additionalFiles":[],"selectorName":""},"popover-edit-tab-out-mat-table":{"title":"Material Popover Edit with spreadsheet-like configuration on a Material data-table","component":PopoverEditTabOutMatTableExample,"additionalFiles":[],"selectorName":""},"progress-bar-buffer":{"title":"Buffer progress-bar","component":ProgressBarBufferExample,"additionalFiles":[],"selectorName":""},"progress-bar-configurable":{"title":"Configurable progress-bar","component":ProgressBarConfigurableExample,"additionalFiles":[],"selectorName":""},"progress-bar-determinate":{"title":"Determinate progress-bar","component":ProgressBarDeterminateExample,"additionalFiles":[],"selectorName":""},"progress-bar-indeterminate":{"title":"Indeterminate progress-bar","component":ProgressBarIndeterminateExample,"additionalFiles":[],"selectorName":""},"progress-bar-query":{"title":"Query progress-bar","component":ProgressBarQueryExample,"additionalFiles":[],"selectorName":""},"progress-spinner-configurable":{"title":"Configurable progress spinner","component":ProgressSpinnerConfigurableExample,"additionalFiles":[],"selectorName":""},"progress-spinner-overview":{"title":"Basic progress-spinner","component":ProgressSpinnerOverviewExample,"additionalFiles":[],"selectorName":""},"radio-ng-model":{"title":"Radios with ngModel","component":RadioNgModelExample,"additionalFiles":[],"selectorName":""},"radio-overview":{"title":"Basic radios","component":RadioOverviewExample,"additionalFiles":[],"selectorName":""},"select-custom-trigger":{"title":"Select with custom trigger text","component":SelectCustomTriggerExample,"additionalFiles":[],"selectorName":""},"select-disabled":{"title":"Disabled select","component":SelectDisabledExample,"additionalFiles":[],"selectorName":""},"select-error-state-matcher":{"title":"Select with a custom ErrorStateMatcher","component":SelectErrorStateMatcherExample,"additionalFiles":[],"selectorName":""},"select-form":{"title":"Select in a form","component":SelectFormExample,"additionalFiles":[],"selectorName":""},"select-hint-error":{"title":"Select with form field features","component":SelectHintErrorExample,"additionalFiles":[],"selectorName":""},"select-multiple":{"title":"Select with multiple selection","component":SelectMultipleExample,"additionalFiles":[],"selectorName":""},"select-no-ripple":{"title":"Select with no option ripple","component":SelectNoRippleExample,"additionalFiles":[],"selectorName":""},"select-optgroup":{"title":"Select with option groups","component":SelectOptgroupExample,"additionalFiles":[],"selectorName":""},"select-overview":{"title":"Basic select","component":SelectOverviewExample,"additionalFiles":[],"selectorName":""},"select-panel-class":{"title":"Select with custom panel styling","component":SelectPanelClassExample,"additionalFiles":[],"selectorName":""},"select-reset":{"title":"Select with reset option","component":SelectResetExample,"additionalFiles":[],"selectorName":""},"select-value-binding":{"title":"Select with 2-way value binding","component":SelectValueBindingExample,"additionalFiles":[],"selectorName":""},"sidenav-autosize":{"title":"Autosize sidenav","component":SidenavAutosizeExample,"additionalFiles":[],"selectorName":""},"sidenav-backdrop":{"title":"Drawer with explicit backdrop setting","component":SidenavBackdropExample,"additionalFiles":[],"selectorName":""},"sidenav-disable-close":{"title":"Sidenav with custom escape and backdrop click behavior","component":SidenavDisableCloseExample,"additionalFiles":[],"selectorName":""},"sidenav-drawer-overview":{"title":"Basic drawer","component":SidenavDrawerOverviewExample,"additionalFiles":[],"selectorName":""},"sidenav-fixed":{"title":"Fixed sidenav","component":SidenavFixedExample,"additionalFiles":[],"selectorName":""},"sidenav-mode":{"title":"Sidenav with configurable mode","component":SidenavModeExample,"additionalFiles":[],"selectorName":""},"sidenav-open-close":{"title":"Sidenav open & close behavior","component":SidenavOpenCloseExample,"additionalFiles":[],"selectorName":""},"sidenav-overview":{"title":"Basic sidenav","component":SidenavOverviewExample,"additionalFiles":[],"selectorName":""},"sidenav-position":{"title":"Implicit main content with two sidenavs","component":SidenavPositionExample,"additionalFiles":[],"selectorName":""},"sidenav-responsive":{"title":"Responsive sidenav","component":SidenavResponsiveExample,"additionalFiles":[],"selectorName":""},"slide-toggle-configurable":{"title":"Configurable slide-toggle","component":SlideToggleConfigurableExample,"additionalFiles":[],"selectorName":""},"slide-toggle-forms":{"title":"Slide-toggle with forms","component":SlideToggleFormsExample,"additionalFiles":[],"selectorName":""},"slide-toggle-overview":{"title":"Basic slide-toggles","component":SlideToggleOverviewExample,"additionalFiles":[],"selectorName":""},"slider-configurable":{"title":"Configurable slider","component":SliderConfigurableExample,"additionalFiles":[],"selectorName":""},"slider-formatting":{"title":"Slider with custom thumb label formatting.","component":SliderFormattingExample,"additionalFiles":[],"selectorName":""},"slider-overview":{"title":"Basic slider","component":SliderOverviewExample,"additionalFiles":[],"selectorName":""},"snack-bar-component":{"title":"Snack-bar with a custom component","component":SnackBarComponentExample,"additionalFiles":["snack-bar-component-example-snack.html"],"selectorName":"SnackBarComponentExample, PizzaPartyComponent"},"snack-bar-overview":{"title":"Basic snack-bar","component":SnackBarOverviewExample,"additionalFiles":[],"selectorName":""},"snack-bar-position":{"title":"Snack-bar with configurable position","component":SnackBarPositionExample,"additionalFiles":[],"selectorName":""},"sort-overview":{"title":"Sorting overview","component":SortOverviewExample,"additionalFiles":[],"selectorName":""},"stepper-editable":{"title":"Stepper with editable steps","component":StepperEditableExample,"additionalFiles":[],"selectorName":""},"stepper-errors":{"title":"Stepper that displays errors in the steps","component":StepperErrorsExample,"additionalFiles":[],"selectorName":""},"stepper-label-position-bottom":{"title":"Stepper label bottom position","component":StepperLabelPositionBottomExample,"additionalFiles":[],"selectorName":""},"stepper-optional":{"title":"Stepper with optional steps","component":StepperOptionalExample,"additionalFiles":[],"selectorName":""},"stepper-overview":{"title":"Stepper overview","component":StepperOverviewExample,"additionalFiles":[],"selectorName":""},"stepper-states":{"title":"Stepper with customized states","component":StepperStatesExample,"additionalFiles":[],"selectorName":""},"stepper-vertical":{"title":"Stepper vertical","component":StepperVerticalExample,"additionalFiles":[],"selectorName":""},"table-basic-flex":{"title":"Basic use of `` (uses display flex)","component":TableBasicFlexExample,"additionalFiles":[],"selectorName":""},"table-basic":{"title":"Basic use of ``","component":TableBasicExample,"additionalFiles":[],"selectorName":""},"table-dynamic-columns":{"title":"Table dynamically changing the columns displayed","component":TableDynamicColumnsExample,"additionalFiles":[],"selectorName":""},"table-expandable-rows":{"title":"Table with expandable rows","component":TableExpandableRowsExample,"additionalFiles":[],"selectorName":""},"table-filtering":{"title":"Table with filtering","component":TableFilteringExample,"additionalFiles":[],"selectorName":""},"table-footer-row":{"title":"Footer row table","component":TableFooterRowExample,"additionalFiles":[],"selectorName":""},"table-http":{"title":"Table retrieving data through HTTP","component":TableHttpExample,"additionalFiles":[],"selectorName":""},"table-multiple-header-footer":{"title":"Table with multiple header and footer rows","component":TableMultipleHeaderFooterExample,"additionalFiles":[],"selectorName":""},"table-overview":{"title":"Data table with sorting, pagination, and filtering.","component":TableOverviewExample,"additionalFiles":[],"selectorName":""},"table-pagination":{"title":"Table with pagination","component":TablePaginationExample,"additionalFiles":[],"selectorName":""},"table-row-context":{"title":"Table showing each row context properties.","component":TableRowContextExample,"additionalFiles":[],"selectorName":""},"table-selection":{"title":"Table with selection","component":TableSelectionExample,"additionalFiles":[],"selectorName":""},"table-sorting":{"title":"Table with sorting","component":TableSortingExample,"additionalFiles":[],"selectorName":""},"table-sticky-columns":{"title":"Table with sticky columns","component":TableStickyColumnsExample,"additionalFiles":[],"selectorName":""},"table-sticky-complex-flex":{"title":"Flex-layout tables with toggle-able sticky headers, footers, and columns","component":TableStickyComplexFlexExample,"additionalFiles":[],"selectorName":""},"table-sticky-complex":{"title":"Tables with toggle-able sticky headers, footers, and columns","component":TableStickyComplexExample,"additionalFiles":[],"selectorName":""},"table-sticky-footer":{"title":"Table with a sticky footer","component":TableStickyFooterExample,"additionalFiles":[],"selectorName":""},"table-sticky-header":{"title":"Table with sticky header","component":TableStickyHeaderExample,"additionalFiles":[],"selectorName":""},"table-text-column-advanced":{"title":"Use of 'mat-text-column' with various configurations of the interface.","component":TableTextColumnAdvancedExample,"additionalFiles":[],"selectorName":""},"table-text-column":{"title":"Use of `mat-text-column` which can be used for simple columns that only need to display\na text value for the header and cells.","component":TableTextColumnExample,"additionalFiles":[],"selectorName":""},"table-wrapped":{"title":"Table example that shows how to wrap a table component for definition and behavior reuse.","component":TableWrappedExample,"additionalFiles":["wrapper-table.html"],"selectorName":"TableWrappedExample, WrapperTable"},"tab-group-align":{"title":"Tab group with aligned labels","component":TabGroupAlignExample,"additionalFiles":[],"selectorName":""},"tab-group-animations":{"title":"Tab group animations","component":TabGroupAnimationsExample,"additionalFiles":[],"selectorName":""},"tab-group-async":{"title":"Tab group with asynchronously loading tab contents","component":TabGroupAsyncExample,"additionalFiles":[],"selectorName":""},"tab-group-basic":{"title":"Basic use of the tab group","component":TabGroupBasicExample,"additionalFiles":[],"selectorName":""},"tab-group-custom-label":{"title":"Using tabs with a custom label template","component":TabGroupCustomLabelExample,"additionalFiles":[],"selectorName":""},"tab-group-dynamic-height":{"title":"Tab group with dynamic height based on tab contents","component":TabGroupDynamicHeightExample,"additionalFiles":[],"selectorName":""},"tab-group-dynamic":{"title":"Tab group with dynamically changing tabs","component":TabGroupDynamicExample,"additionalFiles":[],"selectorName":""},"tab-group-header-below":{"title":"Tab group with the headers on the bottom","component":TabGroupHeaderBelowExample,"additionalFiles":[],"selectorName":""},"tab-group-lazy-loaded":{"title":"Tab group where the tab content is loaded lazily (when activated)","component":TabGroupLazyLoadedExample,"additionalFiles":[],"selectorName":""},"tab-group-stretched":{"title":"Tab group with stretched labels","component":TabGroupStretchedExample,"additionalFiles":[],"selectorName":""},"tab-group-theme":{"title":"Customizing the theme options on the tab group","component":TabGroupThemeExample,"additionalFiles":[],"selectorName":""},"tab-nav-bar-basic":{"title":"Basic use of the tab nav bar","component":TabNavBarBasicExample,"additionalFiles":[],"selectorName":""},"toolbar-multirow":{"title":"Multi-row toolbar","component":ToolbarMultirowExample,"additionalFiles":[],"selectorName":""},"toolbar-overview":{"title":"Basic toolbar","component":ToolbarOverviewExample,"additionalFiles":[],"selectorName":""},"tooltip-auto-hide":{"title":"Tooltip that demonstrates auto-hiding when it clips out of its scrolling container.","component":TooltipAutoHideExample,"additionalFiles":[],"selectorName":""},"tooltip-custom-class":{"title":"Tooltip that can have a custom class applied.","component":TooltipCustomClassExample,"additionalFiles":[],"selectorName":""},"tooltip-delay":{"title":"Tooltip with a show and hide delay","component":TooltipDelayExample,"additionalFiles":[],"selectorName":""},"tooltip-disabled":{"title":"Tooltip that can be disabled","component":TooltipDisabledExample,"additionalFiles":[],"selectorName":""},"tooltip-manual":{"title":"Tooltip that can be manually shown/hidden.","component":TooltipManualExample,"additionalFiles":[],"selectorName":""},"tooltip-message":{"title":"Tooltip with a changing message","component":TooltipMessageExample,"additionalFiles":[],"selectorName":""},"tooltip-modified-defaults":{"title":"Tooltip with a show and hide delay","component":TooltipModifiedDefaultsExample,"additionalFiles":[],"selectorName":""},"tooltip-overview":{"title":"Basic tooltip","component":TooltipOverviewExample,"additionalFiles":[],"selectorName":""},"tooltip-position":{"title":"Tooltip with a custom position","component":TooltipPositionExample,"additionalFiles":[],"selectorName":""},"tree-checklist":{"title":"Tree with checkboxes","component":TreeChecklistExample,"additionalFiles":[],"selectorName":""},"tree-dynamic":{"title":"Tree with dynamic data","component":TreeDynamicExample,"additionalFiles":[],"selectorName":""},"tree-flat-overview":{"title":"Tree with flat nodes","component":TreeFlatOverviewExample,"additionalFiles":[],"selectorName":""},"tree-loadmore":{"title":"Tree with partially loaded data","component":TreeLoadmoreExample,"additionalFiles":[],"selectorName":""},"tree-nested-overview":{"title":"Tree with nested nodes","component":TreeNestedOverviewExample,"additionalFiles":[],"selectorName":""}}; export const EXAMPLE_MODULES = [CdkA11yExamplesModule, CdkDragDropExamplesModule, CdkPlatformExamplesModule, CdkPopoverEditExamplesModule, CdkPortalExamplesModule, CdkScrollingExamplesModule, CdkStepperExamplesModule, CdkTableExamplesModule, CdkTextFieldExamplesModule, CdkTreeExamplesModule, AutocompleteExamplesModule, BadgeExamplesModule, BottomSheetExamplesModule, ButtonToggleExamplesModule, ButtonExamplesModule, CardExamplesModule, CheckboxExamplesModule, ChipsExamplesModule, CoreExamplesModule, DatepickerExamplesModule, DialogExamplesModule, DividerExamplesModule, ExpansionExamplesModule, FormFieldExamplesModule, GridListExamplesModule, IconExamplesModule, InputExamplesModule, ListExamplesModule, MenuExamplesModule, PaginatorExamplesModule, PopoverEditExamplesModule, ProgressBarExamplesModule, ProgressSpinnerExamplesModule, RadioExamplesModule, SelectExamplesModule, SidenavExamplesModule, SlideToggleExamplesModule, SliderExamplesModule, SnackBarExamplesModule, SortExamplesModule, StepperExamplesModule, TableExamplesModule, TabGroupExamplesModule, ToolbarExamplesModule, TooltipExamplesModule, TreeExamplesModule]; export const EXAMPLE_LIST = [FocusMonitorDirectivesExample, FocusMonitorFocusViaExample, FocusMonitorOverviewExample, CdkDragDropAxisLockExample, CdkDragDropBoundaryExample, CdkDragDropConnectedSortingGroupExample, CdkDragDropConnectedSortingExample, CdkDragDropCustomPlaceholderExample, CdkDragDropCustomPreviewExample, CdkDragDropDelayExample, CdkDragDropDisabledSortingExample, CdkDragDropDisabledExample, CdkDragDropEnterPredicateExample, CdkDragDropFreeDragPositionExample, CdkDragDropHandleExample, CdkDragDropHorizontalSortingExample, CdkDragDropOverviewExample, CdkDragDropRootElementExample, CdkDragDropSortingExample, CdkPlatformOverviewExample, CdkPopoverEditCdkTableFlexExample, CdkPopoverEditCdkTableExample, CdkPopoverEditCellSpanVanillaTableExample, CdkPopoverEditTabOutVanillaTableExample, CdkPopoverEditVanillaTableExample, CdkPortalOverviewExample, ComponentPortalExample, CdkVirtualScrollContextExample, CdkVirtualScrollCustomStrategyExample, CdkVirtualScrollDataSourceExample, CdkVirtualScrollDlExample, CdkVirtualScrollFixedBufferExample, CdkVirtualScrollHorizontalExample, CdkVirtualScrollOverviewExample, CdkVirtualScrollTemplateCacheExample, CdkCustomStepperWithoutFormExample, CustomStepper, CdkTableBasicFlexExample, CdkTableBasicExample, TextFieldAutofillDirectiveExample, TextFieldAutofillMonitorExample, TextFieldAutosizeTextareaExample, CdkTreeFlatExample, CdkTreeNestedExample, AutocompleteAutoActiveFirstOptionExample, AutocompleteDisplayExample, AutocompleteFilterExample, AutocompleteOptgroupExample, AutocompleteOverviewExample, AutocompletePlainInputExample, AutocompleteSimpleExample, BadgeOverviewExample, BottomSheetOverviewExample, BottomSheetOverviewExampleSheet, ButtonToggleAppearanceExample, ButtonToggleExclusiveExample, ButtonToggleOverviewExample, ButtonOverviewExample, ButtonTypesExample, CardFancyExample, CardOverviewExample, CheckboxConfigurableExample, CheckboxOverviewExample, ChipsAutocompleteExample, ChipsDragDropExample, ChipsInputExample, ChipsOverviewExample, ChipsStackedExample, ElevationOverviewExample, RippleOverviewExample, DatepickerApiExample, DatepickerColorExample, DatepickerCustomHeaderExample, ExampleHeader, DatepickerCustomIconExample, DatepickerDateClassExample, DatepickerDisabledExample, DatepickerEventsExample, DatepickerFilterExample, DatepickerFormatsExample, DatepickerLocaleExample, DatepickerMinMaxExample, DatepickerMomentExample, DatepickerOverviewExample, DatepickerStartViewExample, DatepickerTouchExample, DatepickerValueExample, DatepickerViewsSelectionExample, DialogContentExample, DialogContentExampleDialog, DialogDataExample, DialogDataExampleDialog, DialogElementsExample, DialogElementsExampleDialog, DialogOverviewExample, DialogOverviewExampleDialog, DividerOverviewExample, ExpansionExpandCollapseAllExample, ExpansionOverviewExample, ExpansionStepsExample, FormFieldAppearanceExample, FormFieldCustomControlExample, MyTelInput, FormFieldErrorExample, FormFieldHintExample, FormFieldLabelExample, FormFieldOverviewExample, FormFieldPrefixSuffixExample, FormFieldThemingExample, GridListDynamicExample, GridListOverviewExample, IconOverviewExample, IconSvgExample, InputClearableExample, InputErrorStateMatcherExample, InputErrorsExample, InputFormExample, InputHintExample, InputOverviewExample, InputPrefixSuffixExample, ListOverviewExample, ListSectionsExample, ListSelectionExample, MenuIconsExample, MenuOverviewExample, MenuPositionExample, NestedMenuExample, PaginatorConfigurableExample, PaginatorOverviewExample, PopoverEditCellSpanMatTableExample, PopoverEditMatTableFlexExample, PopoverEditMatTableExample, PopoverEditTabOutMatTableExample, ProgressBarBufferExample, ProgressBarConfigurableExample, ProgressBarDeterminateExample, ProgressBarIndeterminateExample, ProgressBarQueryExample, ProgressSpinnerConfigurableExample, ProgressSpinnerOverviewExample, RadioNgModelExample, RadioOverviewExample, SelectCustomTriggerExample, SelectDisabledExample, SelectErrorStateMatcherExample, SelectFormExample, SelectHintErrorExample, SelectMultipleExample, SelectNoRippleExample, SelectOptgroupExample, SelectOverviewExample, SelectPanelClassExample, SelectResetExample, SelectValueBindingExample, SidenavAutosizeExample, SidenavBackdropExample, SidenavDisableCloseExample, SidenavDrawerOverviewExample, SidenavFixedExample, SidenavModeExample, SidenavOpenCloseExample, SidenavOverviewExample, SidenavPositionExample, SidenavResponsiveExample, SlideToggleConfigurableExample, SlideToggleFormsExample, SlideToggleOverviewExample, SliderConfigurableExample, SliderFormattingExample, SliderOverviewExample, SnackBarComponentExample, PizzaPartyComponent, SnackBarOverviewExample, SnackBarPositionExample, SortOverviewExample, StepperEditableExample, StepperErrorsExample, StepperLabelPositionBottomExample, StepperOptionalExample, StepperOverviewExample, StepperStatesExample, StepperVerticalExample, TableBasicFlexExample, TableBasicExample, TableDynamicColumnsExample, TableExpandableRowsExample, TableFilteringExample, TableFooterRowExample, TableHttpExample, TableMultipleHeaderFooterExample, TableOverviewExample, TablePaginationExample, TableRowContextExample, TableSelectionExample, TableSortingExample, TableStickyColumnsExample, TableStickyComplexFlexExample, TableStickyComplexExample, TableStickyFooterExample, TableStickyHeaderExample, TableTextColumnAdvancedExample, TableTextColumnExample, TableWrappedExample, WrapperTable, TabGroupAlignExample, TabGroupAnimationsExample, TabGroupAsyncExample, TabGroupBasicExample, TabGroupCustomLabelExample, TabGroupDynamicHeightExample, TabGroupDynamicExample, TabGroupHeaderBelowExample, TabGroupLazyLoadedExample, TabGroupStretchedExample, TabGroupThemeExample, TabNavBarBasicExample, ToolbarMultirowExample, ToolbarOverviewExample, TooltipAutoHideExample, TooltipCustomClassExample, TooltipDelayExample, TooltipDisabledExample, TooltipManualExample, TooltipMessageExample, TooltipModifiedDefaultsExample, TooltipOverviewExample, TooltipPositionExample, TreeChecklistExample, TreeDynamicExample, TreeFlatOverviewExample, TreeLoadmoreExample, TreeNestedOverviewExample]; @NgModule({ imports: EXAMPLE_MODULES, exports: EXAMPLE_MODULES, entryComponents: EXAMPLE_LIST, }) export class ExampleModule { } // Export all individual example components because ngtsc requires all // referenced components to be available in the top-level entry-point. export {FocusMonitorDirectivesExample, FocusMonitorFocusViaExample, FocusMonitorOverviewExample, CdkDragDropAxisLockExample, CdkDragDropBoundaryExample, CdkDragDropConnectedSortingGroupExample, CdkDragDropConnectedSortingExample, CdkDragDropCustomPlaceholderExample, CdkDragDropCustomPreviewExample, CdkDragDropDelayExample, CdkDragDropDisabledSortingExample, CdkDragDropDisabledExample, CdkDragDropEnterPredicateExample, CdkDragDropFreeDragPositionExample, CdkDragDropHandleExample, CdkDragDropHorizontalSortingExample, CdkDragDropOverviewExample, CdkDragDropRootElementExample, CdkDragDropSortingExample, CdkPlatformOverviewExample, CdkPopoverEditCdkTableFlexExample, CdkPopoverEditCdkTableExample, CdkPopoverEditCellSpanVanillaTableExample, CdkPopoverEditTabOutVanillaTableExample, CdkPopoverEditVanillaTableExample, CdkPortalOverviewExample, ComponentPortalExample, CdkVirtualScrollContextExample, CdkVirtualScrollCustomStrategyExample, CdkVirtualScrollDataSourceExample, CdkVirtualScrollDlExample, CdkVirtualScrollFixedBufferExample, CdkVirtualScrollHorizontalExample, CdkVirtualScrollOverviewExample, CdkVirtualScrollTemplateCacheExample, CdkCustomStepperWithoutFormExample, CustomStepper, CdkTableBasicFlexExample, CdkTableBasicExample, TextFieldAutofillDirectiveExample, TextFieldAutofillMonitorExample, TextFieldAutosizeTextareaExample, CdkTreeFlatExample, CdkTreeNestedExample, AutocompleteAutoActiveFirstOptionExample, AutocompleteDisplayExample, AutocompleteFilterExample, AutocompleteOptgroupExample, AutocompleteOverviewExample, AutocompletePlainInputExample, AutocompleteSimpleExample, BadgeOverviewExample, BottomSheetOverviewExample, BottomSheetOverviewExampleSheet, ButtonToggleAppearanceExample, ButtonToggleExclusiveExample, ButtonToggleOverviewExample, ButtonOverviewExample, ButtonTypesExample, CardFancyExample, CardOverviewExample, CheckboxConfigurableExample, CheckboxOverviewExample, ChipsAutocompleteExample, ChipsDragDropExample, ChipsInputExample, ChipsOverviewExample, ChipsStackedExample, ElevationOverviewExample, RippleOverviewExample, DatepickerApiExample, DatepickerColorExample, DatepickerCustomHeaderExample, ExampleHeader, DatepickerCustomIconExample, DatepickerDateClassExample, DatepickerDisabledExample, DatepickerEventsExample, DatepickerFilterExample, DatepickerFormatsExample, DatepickerLocaleExample, DatepickerMinMaxExample, DatepickerMomentExample, DatepickerOverviewExample, DatepickerStartViewExample, DatepickerTouchExample, DatepickerValueExample, DatepickerViewsSelectionExample, DialogContentExample, DialogContentExampleDialog, DialogDataExample, DialogDataExampleDialog, DialogElementsExample, DialogElementsExampleDialog, DialogOverviewExample, DialogOverviewExampleDialog, DividerOverviewExample, ExpansionExpandCollapseAllExample, ExpansionOverviewExample, ExpansionStepsExample, FormFieldAppearanceExample, FormFieldCustomControlExample, MyTelInput, FormFieldErrorExample, FormFieldHintExample, FormFieldLabelExample, FormFieldOverviewExample, FormFieldPrefixSuffixExample, FormFieldThemingExample, GridListDynamicExample, GridListOverviewExample, IconOverviewExample, IconSvgExample, InputClearableExample, InputErrorStateMatcherExample, InputErrorsExample, InputFormExample, InputHintExample, InputOverviewExample, InputPrefixSuffixExample, ListOverviewExample, ListSectionsExample, ListSelectionExample, MenuIconsExample, MenuOverviewExample, MenuPositionExample, NestedMenuExample, PaginatorConfigurableExample, PaginatorOverviewExample, PopoverEditCellSpanMatTableExample, PopoverEditMatTableFlexExample, PopoverEditMatTableExample, PopoverEditTabOutMatTableExample, ProgressBarBufferExample, ProgressBarConfigurableExample, ProgressBarDeterminateExample, ProgressBarIndeterminateExample, ProgressBarQueryExample, ProgressSpinnerConfigurableExample, ProgressSpinnerOverviewExample, RadioNgModelExample, RadioOverviewExample, SelectCustomTriggerExample, SelectDisabledExample, SelectErrorStateMatcherExample, SelectFormExample, SelectHintErrorExample, SelectMultipleExample, SelectNoRippleExample, SelectOptgroupExample, SelectOverviewExample, SelectPanelClassExample, SelectResetExample, SelectValueBindingExample, SidenavAutosizeExample, SidenavBackdropExample, SidenavDisableCloseExample, SidenavDrawerOverviewExample, SidenavFixedExample, SidenavModeExample, SidenavOpenCloseExample, SidenavOverviewExample, SidenavPositionExample, SidenavResponsiveExample, SlideToggleConfigurableExample, SlideToggleFormsExample, SlideToggleOverviewExample, SliderConfigurableExample, SliderFormattingExample, SliderOverviewExample, SnackBarComponentExample, PizzaPartyComponent, SnackBarOverviewExample, SnackBarPositionExample, SortOverviewExample, StepperEditableExample, StepperErrorsExample, StepperLabelPositionBottomExample, StepperOptionalExample, StepperOverviewExample, StepperStatesExample, StepperVerticalExample, TableBasicFlexExample, TableBasicExample, TableDynamicColumnsExample, TableExpandableRowsExample, TableFilteringExample, TableFooterRowExample, TableHttpExample, TableMultipleHeaderFooterExample, TableOverviewExample, TablePaginationExample, TableRowContextExample, TableSelectionExample, TableSortingExample, TableStickyColumnsExample, TableStickyComplexFlexExample, TableStickyComplexExample, TableStickyFooterExample, TableStickyHeaderExample, TableTextColumnAdvancedExample, TableTextColumnExample, TableWrappedExample, WrapperTable, TabGroupAlignExample, TabGroupAnimationsExample, TabGroupAsyncExample, TabGroupBasicExample, TabGroupCustomLabelExample, TabGroupDynamicHeightExample, TabGroupDynamicExample, TabGroupHeaderBelowExample, TabGroupLazyLoadedExample, TabGroupStretchedExample, TabGroupThemeExample, TabNavBarBasicExample, ToolbarMultirowExample, ToolbarOverviewExample, TooltipAutoHideExample, TooltipCustomClassExample, TooltipDelayExample, TooltipDisabledExample, TooltipManualExample, TooltipMessageExample, TooltipModifiedDefaultsExample, TooltipOverviewExample, TooltipPositionExample, TreeChecklistExample, TreeDynamicExample, TreeFlatOverviewExample, TreeLoadmoreExample, TreeNestedOverviewExample}