Socket
Socket
Sign inDemoInstall

@servoy/public

Package Overview
Dependencies
6
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @servoy/public

This libray must be used to create component or service packages for the Servoy NGClient Angular based application.


Version published
Maintainers
1
Install size
5.30 MB
Created

Readme

Source

Servoy NGClient Public Library

This libray must be used to create component or service packages for the Servoy NGClient Angular based application.

Install it with npm install @servoy/public

The common base for all NGClient components is the ServoyBaseComponent which all components should be extending.

From that components have access through the ServoyApi to the system.

Components can use the Servoy public directives like svyFormat, svyTooltip, sabloTabseq to map the Servoy spec properties of the component on. also a few pipes are in this library like TrustAsHtml or FormatFilter

There are also a number of Injectables/Services like a LoggerFactory for add logging support to your component or service. A FormattingService if you want to format or unformat data through code

For a lot of serverside communication there is the ServoyPublicService that can be used by Components or Services to get data, call the service or generate stuff for the server. Or get a lot of locale specific information like the locale or the decimal character for the clients locale.

FAQs

Last updated on 15 Feb 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc