This library was generated with Angular CLI version 16.1.0.
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
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>
You can drop a mail at mishrapavan58@gmail.com
or aseemgodambe@gmail.com
.