Skip to content
CaerusKaru edited this page Dec 14, 2018 · 49 revisions

Angular Layout

Angular Layout provides a sophisticated API using Flexbox, CSS Grid, and mediaQuery. This module provides Angular developers with component layout features using a custom Layout API, mediaQuery observables, and injected DOM flexbox-2016 and CSS Grid stylings.

The Layout engine intelligently automates the process of applying appropriate CSS to browser view hierarchies. This automation also addresses many of the complexities and workarounds encountered with the traditional, manual, CSS-only application of Flexbox CSS.

css3-flexbox-model

Angular Layout is a pure-Typescript Layout engine; unlike the pure CSS implementations published in other Flexbox libraries and the JS+CSS implementation of AngularJS Material Layouts.

  • This implementation of Angular Layout is independent of Angular Material (v1 or v2)
  • This implementation is currently only available for Angular (v4.1 and higher) applications

Featured Demo

One of the hardest features to implement is a grid layout with specific column spans. Our online demo shows how easy this is!

Live Demo:

Featured

Source Code:

Feature Source