Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@chisquare-tech/ngx-sdk

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chisquare-tech/ngx-sdk

## SDK JS NG

latest
npmnpm
Version
0.1.71
Version published
Maintainers
0
Created
Source

Chisquare

SDK JS NG

Introduction

This is the Angular SDK for chisquare platform. It covers APIs for the following services:

  • Events
  • Files
  • Forms
  • Jobs
  • Logs
  • Messages
  • Fuss
  • Webhooks

Supported Platforms

  • Browser
  • Node.js (Javascript/Typescript)

Installation

  • NPM
$ npm i @chisquare-tech/ngx-sdk

Usage & API

  • Import Module
  import { EventModule } from '@chisquare-tech/ngx-sdk'

  imports:[
      ...
      EventModule.register({
          // config
      }),
      ...
  ]
  • Import Service
  import { EventService } from '@chisquare-tech/ngx-sdk'

  ...

      private readonly eventService = inject(EventService);

      OR
      
      constructor(
          private readonly eventService: EventService,
      ){}
  ...

Build

Run ng build ngx-sdk to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build ngx-sdk, go to the dist folder cd dist/ngx-sdk and run npm publish.

Running unit tests

Run ng test ngx-sdk to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

FAQs

Package last updated on 19 Jan 2025

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