You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Bug, feature request, or proposal:
Request - Approximately when will the software but updated to be compatible with Angular 5.0
What is the expected behavior?
To remove the usage of opaque tokens because it has been removed from Angular 5.0
What is the current behavior?
When attempting to build my application I see the following error.
ERROR in node_modules/@angular/flex-layout/media-query/breakpoints/break-points.d.ts(8,10): ... has no exported member 'OpaqueToken'.
What are the steps to reproduce?
Providing a StackBlitz (or similar) is the best way to get the team to see your issue.
npmnightly release:Just install Angular 5.0 and @angular/flex-layout: 2.0.0-rc.1
What is the use-case or motivation for changing an existing behavior?
To be able to code with the most current software.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 5.0
Material 5.0.0-rc0
Windows 10
typescript: 2.4.2
Chrome Version 60.0.3112.90 (Official Build) (64-bit)
Is there anything else we should know?