You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ngbracket/ngx-layout

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngbracket/ngx-layout

ngbracket/ngx-layout =======

20.0.1
latest
Source
npmnpm
Version published
Weekly downloads
24K
-10.83%
Maintainers
2
Weekly downloads
 
Created
Source

@ngbracket/ngx-layout

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 us on twitter Duncan / Sonu. 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

Keywords

angular

FAQs

Package last updated on 31 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts