Skip to content

Commit

Permalink
chore(Demo): Add missing flexbox module to the icon-button demo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Jun 21, 2019
1 parent 4fdb921 commit bdf3d46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions demo/app/components/icon-button/icon-button.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { FlexLayoutModule } from '@angular/flex-layout';
import { TsButtonModule } from '@terminus/ui/button';
import { TsCardModule } from '@terminus/ui/card';
import { TsIconButtonModule } from '@terminus/ui/icon-button';
Expand All @@ -12,6 +13,7 @@ import { IconButtonComponent } from './icon-button.component';
@NgModule({
imports: [
CommonModule,
FlexLayoutModule,
IconButtonRoutingModule,
TsButtonModule,
TsCardModule,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@import './../../scss/helpers/color';
@import './../../scss/helpers/spacing';
@import './../../scss/helpers/a11y';
@import './../../scss/helpers/animation';
@import './../../scss/helpers/color';
@import './../../scss/helpers/shadows';
@import './../../scss/helpers/spacing';


.ts-expansion-panel {
Expand Down

0 comments on commit bdf3d46

Please sign in to comment.