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

ng2-order-pipe

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-order-pipe - npm Package Versions

0.1.5

Diff

Changelog

Source

0.1.5

[#10] - Deep properties support

Example

<div>{{ { prop: { list: [3, 2, 1] } } | orderBy: 'prop.list' | json }}</div>

Result

<div>{ prop: { list: [1, 2, 3] } }</div>
vadimdez
published 0.1.4 •

Changelog

Source

0.1.4

[#11] - Sort array without expression

<div *ngFor="let i of [3, 2, 1] | orderBy">{{ i }}</div>

Result:

<div>1</div>
<div>2</div>
<div>3</div>
vadimdez
published 0.1.3 •

Changelog

Source

0.1.3

Angular 4

vadimdez
published 0.1.2 •

Changelog

Source

0.1.2

[#5] - error when using http to load data

vadimdez
published 0.1.1 •

Changelog

Source

0.1.1

[#2] - Add param to reverse array

vadimdez
published 0.1.0 •

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