Top "Angular-flex-layout" questions

Questions about the Angular flex-layout layout engine

how to center align item using angular flex layout

I am trying to build angular material application using angular flex layout mentioned at https://tburleson-layouts-demos.firebaseapp.com/#/docs , I …

angular angular-flex-layout
@angular/flex-layout How To: different class based on screensize?

Is there a way to have @angular/flex-layout change the class based on screen size? I know I can do …

angular angular-flex-layout
Angular 4 - Google map height fill remaining space

I am using https://github.com/SebastianM/angular-google-maps in my angular 4 application. I must specify map height in CSS, like …

angular angular-flex-layout angular2-google-maps
Hiding the required menu items for the particular user in angular 2

I have created an angular application in which I have a login form where i have implemented authentication using service …

angular authentication angular-material angular-flex-layout
ERROR in node_modules/@angular/flex-layout/extended/typings/style/style.d.ts

I am getting an error as below on my Angular 6.0.8 application. I am using Angular CLI and running from VSCode. …

html angular typescript angular-flex-layout
Angular Material Flex-layout when using fxFlex with mat-form-field, the element does not appear in Internet explorer 11

I am using Angular 6 with Material 6 & flex-layout 6-beta , I am currently facing a strange issue, the form fields that …

angular compatibility angular-material2 angular6 angular-flex-layout
CSS Flexbox Responsive Layout and % widths

Using angular/flex-layout, I have a simple two-column layout. <div fxFlex fxLayout="row"> <div fxFlex="35%"> <!…

css angular flexbox angular-flex-layout
Shrinkable mat-toolbar

I used the example provided here to set up a responsive navbar https://theinfogrid.com/tech/developers/angular/responsive-navbar-angular-flex-layout/ and …

javascript angular typescript angular-material angular-flex-layout
Unable to position mat-card at he centre of my window using flex layout

I am new to Flex Layout and just started studying how to use angular material with flex layout. I have …

angular angular-material angular-flex-layout
Style for mat-menu not working in angular using angular material and flex css

I am trying to create a simple layout in angular 2 using angular material and flex css.. Below is my code... &…

angular angular-material angular-flex-layout