Skip to content

Commit

Permalink
npm run deploy:mock wont work. depending on fix : angular/flex-layo…
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Jun 14, 2018
1 parent 55be0e6 commit 3db6a49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/shared/src/lib/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const DIRECTIVES = [MinValidatorDirective, NgLetDirective];
@NgModule({
imports: [
CommonModule,
FlexLayoutModule.withConfig({ useColumnBasisZero: false }) //FIXME chat: input
// FIXME chatbot: input. depending on https://github.com/angular/flex-layout/issues/778
FlexLayoutModule.withConfig({ useColumnBasisZero: false })
],
declarations: [...DIRECTIVES],
exports: [
Expand Down

0 comments on commit 3db6a49

Please sign in to comment.