Skip to content

Commit

Permalink
fix: import mat-card component to use it in heroes section
Browse files Browse the repository at this point in the history
  • Loading branch information
leono286 committed Sep 3, 2018
1 parent 24b688e commit e19edca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/material/material.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
MatToolbarModule,
MatGridListModule,
MatTooltipModule,
MatCardModule
} from '@angular/material';

@NgModule({
Expand All @@ -35,6 +36,7 @@ import {
MatListModule,
MatGridListModule,
MatTooltipModule,
MatCardModule
],
declarations: [],
exports: [
Expand All @@ -55,6 +57,7 @@ import {
MatListModule,
MatGridListModule,
MatTooltipModule,
MatCardModule
],
})
export class MaterialModule {}

0 comments on commit e19edca

Please sign in to comment.