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.
I run an app with Material and FlexLayout, server-side rendered with the new option of @angular/cli 1.3.0-rc.
No problem with Material, but FlexLayout generates this error :
/node_modules/@angular/flex-layout/media-query/breakpoints/break-points-token.js:8import { InjectionToken } from '@angular/core';^^^^^^SyntaxError: Unexpected token import
I suspect it's because flex-layout is not distributed in the official way like other Angular modules. Some entry points (main, module, es2015, umd...) are missing compared to other Angular packages.