Skip to content

Commit

Permalink
fix: add material divider
Browse files Browse the repository at this point in the history
  • Loading branch information
stbui committed Jun 7, 2018
1 parent 02c7638 commit 883976d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/shared/material.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import {
MatTooltipModule,
MatRadioModule,
MatInputModule,
MatRippleModule
MatRippleModule,
MatDividerModule,
} from '@angular/material';

@NgModule({
Expand Down Expand Up @@ -53,7 +54,8 @@ import {
MatTooltipModule,
MatRadioModule,
MatInputModule,
MatRippleModule
MatRippleModule,
MatDividerModule
]
})
export class MaterialComponentsModule { }

0 comments on commit 883976d

Please sign in to comment.