import { DISABLE_DEFAULT_BREAKPOINTS } from '@angular/flex-layout'; should work as documented in your Wiki (https://github.com/angular/flex-layout/wiki/Breakpoints).
The import is not found.
Here is a StackBlitz example that demonstrates the issue: https://stackblitz.com/edit/flexlayout-eg9xpj
DISABLE_DEFAULT_BREAKPOINTS is no longer found as an import in src/app/app.module.ts.
I want to disable the default breakpoints and have my app only use the custom breakpoints that I have defined.
Angular 6.0.3
Material 6.2.0
macOS High Sierra v10.13.4
Chrome Version 66.0.3359.181 (Official Build) (64-bit)
This import used to work in @angular/flex-layout v6.0.0-beta.15.
@CaerusKaru
Apologies - I should have read the change log.
I ran into the same problem. Wiki should still be updated and consistent with the code though.
@jrhite Updated the docs. Apologies for the confusion
Super quick turnaround time, thanks!
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
https://github.com/angular/flex-layout/blob/master/CHANGELOG.md#breaking-changes and https://github.com/angular/flex-layout/wiki/Configuration