1.18.360 • Published 6 months ago

@shieldiot/ngx-pulse-lib v1.18.360

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

NgxPulseLib

TypeScript client library for ShieldIoT pulse API, for Angular applications.

How to use The Library

  1. Add the package to your package.json file
  2. In your Angular application, add the module
// app.module.ts
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';

import { PulseLibModule } from '@shieldiot/ngx-pulse-lib'; // <-- import the module

@NgModule({
  declarations: [AppComponent],
  imports: [
    BrowserModule,
    PulseLibModule.forRoot({ // <-- include it in your app module
      api: 'http://localhost:8080/v1' // <-- configure PulseAPI url
    })
  ],
  bootstrap: [AppComponent]
})
export class AppModule { }

PulseConfig

  • api string configure Pulse API url.
1.18.359

6 months ago

1.18.358

6 months ago

1.18.357

6 months ago

1.18.356

6 months ago

1.18.355

6 months ago

1.18.354

6 months ago

1.18.353

6 months ago

1.18.352

6 months ago

1.18.351

6 months ago

1.18.350

7 months ago

1.18.349

7 months ago

1.18.348

8 months ago

1.18.347

8 months ago

1.18.346

8 months ago

1.18.345

8 months ago

1.18.344

8 months ago

1.18.343

8 months ago

1.18.342

8 months ago

1.18.341

8 months ago

1.18.340

8 months ago

1.19.347

8 months ago

1.18.339

9 months ago

1.18.338

9 months ago

1.18.337

9 months ago

1.18.336

9 months ago

1.18.333

9 months ago

1.18.332

9 months ago

1.18.330

9 months ago

1.18.329

10 months ago

1.18.328

10 months ago

1.18.327

10 months ago

1.18.326

10 months ago

1.18.325

10 months ago

1.18.324

10 months ago

1.18.323

11 months ago

1.18.360

6 months ago

1.18.319

11 months ago

1.18.318

11 months ago

1.18.322

11 months ago

1.18.320

11 months ago

1.18.317

11 months ago

1.18.316

11 months ago

1.18.315

11 months ago

1.18.314

11 months ago

1.18.313

12 months ago

1.18.312

12 months ago

0.0.1

12 months ago