ngx-fx-layout
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

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.

Package Sidebar

Install

npm i ngx-fx-layout

Weekly Downloads

12

Version

2.0.4

License

MIT

Unpacked Size

279 kB

Total Files

32

Last publish

Collaborators

  • mishrapavan58
  • aseemg
  • ajaygupta2224