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.
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.
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:
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.5for Angular &8.0.0-beta.25for Flex-Layout to see errors yourself.Which versions of Angular, Material, OS, TypeScript, browsers are affected?
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.