Angular component Layout engine; using flexbox-2016 css.
TypeScript CSS JavaScript HTML
Clone or download
Pull request Compare This branch is 206 commits behind angular:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
tools
.clang-format
.editorconfig
.gitignore
.travis.yml
.yarnclean
CHANGELOG.md
LICENSE
README.md
firebase.json
gulpfile.js
package.json
release
stylelint-config.json
tsconfig.json
tslint.json
yarn.lock

README.md

Flex Layout

npm version Build Status Gitter

Angular Flex Layout provides a sophisticated layout API using FlexBox CSS + mediaQuery. This module provides Angular (v2.4.3 and higher) developers with component layout features using a custom Layout API, mediaQuery observables,and injected DOM flexbox-2016 css stylings.

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

The real power of Flex Layout, however, is its responsive engine. The Responsive API enables developers to easily specify different layouts, sizing, visibilities for different viewport sizes and display devices.


Quick Links

Developers

Demos

Templates


Browser Support

![caniuseflexbox](https://cloud.githubusercontent.com/assets/210413/21288118/917e3faa-c440-11e6-9b08-28aff590c7ae.png)

License

The sources for this package are in the Flex Layout repository.
Please file issues and pull requests against that repo.

License: MIT