2.0.4 • Published 2 months ago

ngx-fx-layout v2.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

NgxFxLayout

This library was generated with Angular CLI version 16.1.0.

This is an attempt to port @angular/flex-layout to provide support after EOL

The Angular team has decided to depricate the @angular/flex-layout library after v15. This might cause issues for developers in their current and future use. In order to try and alleviate these problems, this clone repo/lib was created.

If you want contribute to the dev feel free to do so.

See original @angular/flex-layout here

Getting Started

Start by installing the Angular Layout library from npm

npm i ngx-fx-layout

Next, you'll need to import the Layout module in your app's module.

app.module.ts

import { FlexLayoutModule } from 'ngx-fx-layout';
...

@NgModule({
    ...
    imports: [ FlexLayoutModule ],
    ...
});

After that is configured, you can use the Angular Layout attributes in your HTML tags for flex layout:

<div fxLayout="row" fxLayoutAlign="space-between">
</div>

Further help

You can drop a mail at mishrapavan58@gmail.com or aseemgodambe@gmail.com.

2.0.3

2 months ago

2.0.2

2 months ago

2.0.4

2 months ago

2.0.1

2 months ago

2.0.0

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago