Skip to content

Commit

Permalink
Add tree module to stackblitz NgModule (angular#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored and josephperrott committed May 2, 2018
1 parent d3fbdd2 commit c0cc395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/stackblitz/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import {
MatTabsModule,
MatToolbarModule,
MatTooltipModule,
MatTreeModule,
} from '@angular/material';
import {BrowserModule} from '@angular/platform-browser';
import {platformBrowserDynamic} from '@angular/platform-browser-dynamic';
Expand Down Expand Up @@ -80,6 +81,7 @@ import {MaterialDocsExample} from './app/material-docs-example';
MatTabsModule,
MatToolbarModule,
MatTooltipModule,
MatTreeModule,
]
})
export class DemoMaterialModule {}
Expand Down

0 comments on commit c0cc395

Please sign in to comment.