Skip to content

Commit f151739

Browse files
committed
1 parent fc2ed82 commit f151739

File tree

3 files changed

+273
-62
lines changed

3 files changed

+273
-62
lines changed

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

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,7 @@ const DIRECTIVES = [MinValidatorDirective, NgLetDirective, ClickOutsideDirective
2525
@NgModule({
2626
imports: [
2727
CommonModule,
28-
// FIXME chatbot: input. depending on https://github.com/angular/flex-layout/issues/778
29-
// FlexLayoutModule.withConfig({ useColumnBasisZero: false }),
30-
// FIXME temp workaround
31-
{
32-
ngModule: FlexLayoutModule,
33-
providers: [
34-
{
35-
provide: LAYOUT_CONFIG,
36-
useValue: {
37-
addFlexToParent: true,
38-
addOrientationBps: false,
39-
disableDefaultBps: false,
40-
disableVendorPrefixes: false,
41-
serverLoaded: false,
42-
useColumnBasisZero: false
43-
}
44-
}
45-
]
46-
},
28+
FlexLayoutModule.withConfig({ useColumnBasisZero: false }),
4729
],
4830
declarations: [...DIRECTIVES],
4931
exports: [

0 commit comments

Comments
 (0)