Awesome
This project is a continuation of the original, open-source Angular project, @angular/flex-layout, which is no longer maintained. Please consider collaborating with us rather than creating your own, private flex libraries. Many hands make light work!
If you would like to contribute to the project please get in touch with me on twitter. Alternatively, if you would like to sponsor the project details can be found on our GitHub page.
Thank you for your support.
Getting Started Start by installing the ngx-layout library from npm
npm i -s @ngbracket/ngx-layout @angular/cdk Next, you'll need to import the Layout module in your app's module.
app.module.ts
import { FlexLayoutModule } from '@ngbracket/ngx-layout'; ...
@NgModule({ ... imports: [ FlexLayoutModule ], ... }); After that is configured, you can use the ngx-layout attributes in your HTML tags for flex layout:
<div fxLayout="row" fxLayoutAlign="space-between"></div>Check out all of the available options for using ngx-layout in your application.
Quick Links
Demos
StackBlitz Templates
Developers
Sponsorship Data (USD)
Description | Paid (One time) | Paid (Per/Month) | Received (Per/Month) | Balance |
---|---|---|---|---|
Sponsorship Paid | 130 | 130 | ||
Total | 130 | 130 |
Sponsorship credits: As per our sponsorship details all sponsor get added to our readme page:
So we would like to say a BIG thank you to the following:
Sponsor | Paid | Sponsorship type |
---|---|---|
KLGuyton | $100 | One time |
Stefanomozart | $10 | One time |
peternixey | $20 | One time |
If you would like your name/logo here please click on the sponsor link
Browser Support
<a href="http://caniuse.com/#feat=flexbox" target="_blank"> </a>
<br/>License
The sources for this package are in the ngx-layout repository. <br/> Please file issues and pull requests against that repo.
License: MIT