New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jfkz/ngx-toolkit-spring

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jfkz/ngx-toolkit-spring

Angular spring utilities

  • 14.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

npm version MIT License Build Status Coverage Join the chat at https://gitter.im/ngx-toolkit/Lobby

@ngx-toolkit/spring

Angular Spring utilities

Table of contents:


Installation

Install the npm package.

# To get the latest stable version and update package.json file:
npm install @ngx-toolkit/spring --save
# or
yarn add @ngx-toolkit/spring

Spring Data

Some Spring Data Commons classes:

  • Page<T> type
  • Sort(orders: string | string[] | Order[], direction: Direction = 'ASC')
  • PageRequest(page: number = 0, size: number = 20, sort?: Sort) with toHttpParams(options: { fromString?: string; fromObject?: { [param: string]: string | string[]; }; encoder?: HttpParameterCodec; } = {} as { fromString?: string; fromObject?: { [param: string]: string | string[]; }; encoder?: HttpParameterCodec; }) method to convert value in request params

License

© 2018 Dewizz

MIT

Keywords

FAQs

Package last updated on 01 Aug 2022

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