question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

import DISABLE_DEFAULT_BREAKPOINTS has gone missing since upgrading to v6.0.0-beta.16

See original GitHub issue

Bug Report

What is the expected behavior?

import { DISABLE_DEFAULT_BREAKPOINTS } from '@angular/flex-layout'; should work as documented in your Wiki (https://github.com/angular/flex-layout/wiki/Breakpoints).

What is the current behavior?

The import is not found.

What are the steps to reproduce?

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.

What is the use-case or motivation for changing an existing behavior?

I want to disable the default breakpoints and have my app only use the custom breakpoints that I have defined.

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

Angular 6.0.3 Material 6.2.0 macOS High Sierra v10.13.4 Chrome Version 66.0.3359.181 (Official Build) (64-bit)

Is there anything else we should know?

This import used to work in @angular/flex-layout v6.0.0-beta.15.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

ng update @angular/core fails · Issue #10621 - GitHub
I tried to run ng update @angular/core after updating the cli and my ... Package "bootstrap" has a missing peer dependency of "popper.js" ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found