This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Angular 8.0.0-rc.5 breaking change : Static Query #1067
Closed
Description
Bug Report
What is the expected behavior?
App with flex-layout serves/builds.
What is the current behavior?
Errors similar to this one pop up upon serve/build:
ERROR in ./node_modules/@angular/flex-layout/esm2015/core.js 162:51-68
"export 'ΔdefineInjectable' was not found in '@angular/core'
See the related Changelog entry, and more info about Static Query Migration.
What are the steps to reproduce?
Update an existing app with 8.0.0-rc.5
for Angular & 8.0.0-beta.25
for Flex-Layout to see errors yourself.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/core": "~8.0.0-rc.5",
"@angular/flex-layout": "~8.0.0-beta.25",
Update : Though I thought error is related to static query change made in Angular, when I search Flex Layout source I can't find a reference to ViewChild or ContentChild. So my assumption about source of error may not be correct.