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 - npm Package Compare versions

Comparing version 16.0.0 to 16.1.0

1

flex/flex-order/flex-order.d.ts

@@ -27,2 +27,3 @@ /**

protected styleCache: Map<string, StyleDefinition>;
updateWithValue(input: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FlexOrderDirective, never>;

@@ -29,0 +30,0 @@ static ɵdir: i0.ɵɵDirectiveDeclaration<FlexOrderDirective, never, never, {}, {}, never, never, false, never>;

14

package.json
{
"name": "@ngbracket/ngx-layout",
"version": "16.0.0",
"version": "16.1.0",
"exports": {

@@ -26,2 +26,8 @@ "./mq": {

},
"./extended": {
"types": "./extended/index.d.ts",
"esm2022": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs",
"esm": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs",
"default": "./fesm2022/ngbracket-ngx-layout-extended.mjs"
},
"./core": {

@@ -33,8 +39,2 @@ "types": "./core/index.d.ts",

},
"./extended": {
"types": "./extended/index.d.ts",
"esm2022": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs",
"esm": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs",
"default": "./fesm2022/ngbracket-ngx-layout-extended.mjs"
},
"./grid": {

@@ -41,0 +41,0 @@ "types": "./grid/index.d.ts",

@@ -1,19 +0,41 @@

ngx-layout The sources for this package are in the main ngbracket/ngx-layout repo. Please file issues and pull requests against that repo.
# @ngbracket/ngx-layout
License: MIT
### The Angular team no longer publishes new releases of this project. Please see [this article](https://medium.com/@caerus.karu/farewell-flex-layout-aaa567023769) for the explanation and next steps.
The Angular team has decided to deprecate the @angular/flex-layout library after v15.
This project is a port of @angular/flex-layout as this is still a very well used library and something I have used extensively in the past, and wanted to give something back to the Angular community by trying to keep this project alive for as long as possible.
See original @angular/flex-layout here
If you would like to contribute to the project please get in touch with me on [twitter](https://twitter.com/duncanfaulkner). Alternatively, if you would like to sponsor the project details can be found on our [GitHub page](https://github.com/sponsors/ngbracket).
Getting Started Start by installing the Angular Layout library from npm
Thank you for your support.
npm i -s @ngbracket/ngx-layout @angular/cdk
### 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
**app.module.ts**
import { FlexLayoutModule } from 'ngx-layout'; ...
```ts
@NgModule({ ... imports: [ FlexLayoutModule ], ... }); After that is configured, you can use the ngx-layout attributes in your HTML tags for flex layout:
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:
```html
<div fxLayout="row" fxLayoutAlign="space-between"></div>
```
---
License: MIT

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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