NG-MATERO
GitHubMaterial Extensions
en
en
  • Introduction
  • Getting Started
  • Schematics
    • Install the Project
    • Add a New Route
  • Theming
    • Layout Settings
    • Menu Settings
    • Page Title
    • Colors
    • Helpers
  • Responsive
    • Flex layout
    • Grid Class
  • Authentication
  • Permissions
  • Internationalization
  • Third Libs
Powered by GitBook
On this page

Was this helpful?

Edit on Git
  1. Responsive

Flex layout

PreviousResponsiveNextGrid Class

Last updated 5 years ago

Was this helpful?

layout engine based on directives designed for Angular. It's easy to use. More details to flex-layout .

Issues

I found some problems when using it. The spacing between columns needs to be implemented by fxLayoutGap instruction. This directive doesn't work very well for some complicated reasons. Someone been suggested to add the fxLayoutGutter directive, but it has not been implemented officially for various reasons.

To solve this problem, ng-matero has temporarily added two classes, matero-row and matero-col to achieve columns spacing, which may be removed in the future. Users can see the dashboard code of the full DEMO.

flex-layout
wiki