Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ngbracket/ngx-layout

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngbracket/ngx-layout

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

  • 15.1.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
21K
increased by3.02%
Maintainers
1
Weekly downloads
 
Created
Source

ngx-layout

The sources for this package are in the main ngbracket/ngx-layout repo. Please file issues and pull requests against that repo.

License: MIT

The Angular team has decided to deprecate the @angular/flex-layout library after v15.

See original @angular/flex-layout here

Getting Started Start by installing the Angular 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 'ngx-layout'; ...

@NgModule({ ... imports: [ FlexLayoutModule ], ... }); After that is configured, you can use the ngx-layout attributes in your HTML tags for flex layout:

Keywords

FAQs

Package last updated on 05 Mar 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc