Skip to content

Commit 3db6a49

Browse files
committed
npm run deploy:mock wont work. depending on fix : angular/flex-layout#778
1 parent 55be0e6 commit 3db6a49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/shared/src/lib/shared.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const DIRECTIVES = [MinValidatorDirective, NgLetDirective];
2525
@NgModule({
2626
imports: [
2727
CommonModule,
28-
FlexLayoutModule.withConfig({ useColumnBasisZero: false }) //FIXME chat: input
28+
// FIXME chatbot: input. depending on https://github.com/angular/flex-layout/issues/778
29+
FlexLayoutModule.withConfig({ useColumnBasisZero: false })
2930
],
3031
declarations: [...DIRECTIVES],
3132
exports: [

0 commit comments

Comments
 (0)