This repository was archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 768
withConfig requires breakpoints with AOT #846
Milestone
Comments
Please provide a minimal reproduction. This does not come up in our testing, which uses AOT. |
@CaerusKaru added demo |
I had no issue running both |
|
I see what you're seeing now. Let me dive into this and see if there's an easy fix. |
I've explained the root cause in #853, and the fix will be added there, hopefully before we release our 7.0.0-beta |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
What is the expected behavior?
FlexLayoutModule.withConfig({useColumnBasisZero: false})
as suggested here to work with AOT compileWhat is the current behavior?
produces
What are the steps to reproduce?
https://github.com/gatimus/flex-layout-demo
npm i
ng serve
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
FlexLayoutModule.withConfig({ useColumnBasisZero: false }, DEFAULT_BREAKPOINTS)
worksThe text was updated successfully, but these errors were encountered: