I use the latest angular and material (15) but I want to use also flex layout. ...
I use the latest angular and material (15) but I want to use also flex layout. ...
Since @angular/flex-layout is deprecated, I want to move from that library towards CSS Flexbox. I want to convert following code to the equivallent CS ...
state: I build my forms with angular-flex-layout but I need to use the angular-grid with flex too, how can I use flex and grid together?? ...
I installed angular material using the command: ng add @angular/material, however now that I want to also install FlexLayout I keep getting the follow ...
Problem statement: Angular flex-layout compilation problem when adding angular flex layout to an angular ~13.3.x project as import to the app.module. ...
How can I correctly adapt the code below so that the two buttons display in line on large screens, but on small screens they display in column, one be ...
I have a title and a button. The title should be left-aligned and the button should be right-aligned. But I have a problem that the button goes up. H ...
I am facing Error: Cannot resolve type entity i10.BidiModule to symbol while building angular Lib project. There are 2 other lib projects which are bu ...
Im working inside an Angular 13 app using Angular Material. I have two sidenavs, one on the left for my site navigation, and one on the left for a Hel ...
my goal is 3 boxes: menu icon all the way to the left, site name/log in the center, and group of social icons to the top right. However it looks like ...
I have 3 divs that should either show or hide based on different screen sizes however 2 divs are not hiding even though I set them to hide at 1440px w ...
I've Angular v13 application with @angular/flex-layout also v13. The issue is Flex layout of type row wrap with Grid alignment is not working as expec ...
Can someone help me please? I'm writing in Angular and I want to display for example 5 cards on each row. Now I have horizontal scroll, and it looks ...
I am trying to hide/remove the first column if the screen size goes below around 768px. Am I missing something that will allow this to happen from ...
I've gone through similar errors in SO but after installing, deleting node-modules, package-lock.json any installing it again, I still can't get rid o ...
Can't find any solution over the internet. Did someone experience the same issue importing flex-layout? ./node_modules/@angular/flex-layout/fesm20 ...
I am using Angulars FxFlexModule within my app. I need to move the "test" element up closer to the search box. That entire container (the text element ...
According to this post https://www.angularjswiki.com/flexlayout/basics/ In the item List of Available Breakpoints in Angular Flex Layout The Breakpoi ...
I currently have this kind of setup on Stackblitz I would like to amend it so that it is re-structured as follows; I'm struggling to place Test2 d ...
I am using Angular flex layout and mostly custom CSS for the layout and I'm trying to find a way to create an overlay effect that covers the entire pa ...