17.0.1 • Published 4 months ago

@ngbracket/ngx-layout v17.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@ngbracket/ngx-layout

The Angular team no longer publishes new releases of this project. Please see this article for the explanation and next steps.

This project is a port of @angular/flex-layout as this is still a very well used library and something I have used extensively in the past, and wanted to give something back to the Angular community by trying to keep this project alive for as long as possible.

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>

License: MIT

17.0.1

4 months ago

17.0.0

6 months ago

16.1.1

8 months ago

16.1.0

8 months ago

16.1.3

8 months ago

16.1.2

8 months ago

16.0.0

1 year ago

16.0.0-beta.2

1 year ago

15.1.1-cf30459

1 year ago

15.1.2

1 year ago

15.1.3

1 year ago

16.0.0-beta.1

1 year ago