Skip to content

Commit d4653d3

Browse files
committed
Add demo to sticky-header
1 parent 425395a commit d4653d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/demo-app/demo-app-module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ import {
8181
} from '@angular/material';
8282
import {CdkTableModule} from '@angular/cdk';
8383
import {TableHeaderDemo} from './table/table-header-demo';
84+
import {StickyHeaderDemo} from './sticky-header/sticky-header-demo';
8485

8586
/**
8687
* NgModule that includes all Material modules that are required to serve the demo-app.

src/demo-app/demo-app/routes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import {DatepickerDemo} from '../datepicker/datepicker-demo';
3636
import {TableDemo} from '../table/table-demo';
3737
import {TypographyDemo} from '../typography/typography-demo';
3838
import {ExpansionDemo} from '../expansion/expansion-demo';
39+
import {StickyHeaderDemo} from '../sticky-header/sticky-header-demo';
3940

4041
export const DEMO_APP_ROUTES: Routes = [
4142
{path: '', component: Home},

0 commit comments

Comments
 (0)