From 2e5c4b4cfe4fd9b12a96c8ca989f80d02b200a83 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Sat, 9 Sep 2017 12:07:13 +0200 Subject: [PATCH] chore: fix ts and lint error Fixes a TS compilation error and a lint error that somehow got into master. --- src/material-examples/example-module.ts | 5 ----- .../tabs-template-label/tabs-template-label-example.css | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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 +}