1.18.360 • Published 3 months ago

@shieldiot/ngx-pulse-lib v1.18.360

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 months ago

1.18.358

4 months ago

1.18.357

4 months ago

1.18.356

4 months ago

1.18.355

4 months ago

1.18.354

4 months ago

1.18.353

4 months ago

1.18.352

4 months ago

1.18.351

4 months ago

1.18.350

4 months ago

1.18.349

5 months ago

1.18.348

5 months ago

1.18.347

5 months ago

1.18.346

6 months ago

1.18.345

6 months ago

1.18.344

6 months ago

1.18.343

6 months ago

1.18.342

6 months ago

1.18.341

6 months ago

1.18.340

6 months ago

1.19.347

5 months ago

1.18.339

6 months ago

1.18.338

6 months ago

1.18.337

6 months ago

1.18.336

7 months ago

1.18.333

7 months ago

1.18.332

7 months ago

1.18.330

7 months ago

1.18.329

7 months ago

1.18.328

7 months ago

1.18.327

7 months ago

1.18.326

7 months ago

1.18.325

8 months ago

1.18.324

8 months ago

1.18.323

8 months ago

1.18.360

3 months ago

1.18.319

9 months ago

1.18.318

9 months ago

1.18.322

9 months ago

1.18.320

9 months ago

1.18.317

9 months ago

1.18.316

9 months ago

1.18.315

9 months ago

1.18.314

9 months ago

1.18.313

9 months ago

1.18.312

9 months ago

0.0.1

9 months ago