This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Description
Started the demo application and it worked fine. Then, from the dist folder, made a copy of @angular/flex-layout to my running application setup generated from the "Angular Docs 5 Min Quickstart".
Registered FlexLayoutModule on app.module, as described on documentation and added '@angular/flex-layout': 'npm:@angular/flex-layout/flex-layout.umd.js' to mappings on Systemjs.config.js
Unfortunately it returned an "ReferenceError: Invalid left-hand side in assignment" on Chrome, Firefox, IE and Opera BUT worked great on Edge. Any thoughts on how to fix this?