Top "Angular-flex-layout" questions

Questions about the Angular flex-layout layout engine

Set width on input mat-form-fields for angular material

I am so very new to Angular, and I am trying to create a form with longer-than-default input fields. This …

javascript angular angular-material angular-flex-layout
How to center vertically with Angular Flex Layout?

I've created a simple login component and I'd like to vertically center, but I'm not sure how to achieve this …

angular css flexbox angular-flex-layout
Angular Material tab height

I am trying to have a full page Angular Material tab which has tabs which are full height and have …

angular angular-flex-layout
How set up Angular Material Footer via Flex-Layout

How set up the footer in my app (I use Angular Material) so that it: sticks to the bottom if …

html css angular angular-material angular-flex-layout
Angular Flex Layout - Not working

I tried to use 2.0.0-beta.9 in my app, a simple test doesn't work <div fxLayout="row"> <div&…

angular angular-flex-layout
How to add margin with Angular Flex Layout?

How can I add margin or padding to a container when using the Flex Layout Module? Template: <div class="…

angular angular-flex-layout
Angular Material 2 Card Header Buttons set Right

I use the Angular Material 2 and I want in a card-header icon buttons. How can I set the buttons to …

angular angular-material2 angular-flex-layout
Angular *ngFor on different divs

I have a markup using material flex in angular 4 project which looks like this. <div fxLayout="row"> <…

angular ngfor angular-flex-layout
How does the parameter flex-grow work in an fxFlex directive?

I'm trying to use the angular flex-layout, but I have a problem with the directive fxFlex and in particular with …

angular css flexbox angular-flex-layout
Flex layout not working on angular 5

I'm trying to use flex-layout on angular 5 but it's not working. This is my environment: _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| |___/ Angular CLI: 1.6.1 Node: 9.3.0 …

angular angular-flex-layout