I upgraded my Angular app from version 7 to 18. After the upgrade, the @angular/flex-layout package stopped working. My app is no longer responsive — all fxLayout, fxFlex, etc., have no effect.
I tried reinstalling the package and checking for updates, but it seems like the package hasn't been updated to support Angular 18.
- Is
@angular/flex-layoutdeprecated or no longer compatible with Angular 18? - What are the recommended alternatives for responsive layout in Angular 18?
- Is there any migration guide from
fxLayoutto CSS/Tailwind/CDK?
Any guidance, migration tips, or recommended paths would be greatly appreciated. Thanks in advance!