diff --git a/src/material-examples/example-module.ts b/src/material-examples/example-module.ts index 4b3396e8c992..7085e3abfcc8 100644 --- a/src/material-examples/example-module.ts +++ b/src/material-examples/example-module.ts @@ -462,11 +462,6 @@ export const EXAMPLE_COMPONENTS = { additionalFiles: null, selectorName: null }, - { - 'table-basic': { - title: 'Basic table', - component: TableBasicExample, - }, 'stepper-overview': { title: 'Stepper overview', component: StepperOverviewExample, diff --git a/src/material-examples/tabs-template-label/tabs-template-label-example.css b/src/material-examples/tabs-template-label/tabs-template-label-example.css index 804a0949ef80..71d3d8b26349 100644 --- a/src/material-examples/tabs-template-label/tabs-template-label-example.css +++ b/src/material-examples/tabs-template-label/tabs-template-label-example.css @@ -4,4 +4,4 @@ .demo-tab-content { padding: 16px; -} \ No newline at end of file +}