1.18.360 • Published 5 months ago
@shieldiot/ngx-pulse-lib v1.18.360
NgxPulseLib
TypeScript client library for ShieldIoT pulse API, for Angular applications.
How to use The Library
- Add the package to your package.json file
- 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
5 months ago
1.18.358
5 months ago
1.18.357
5 months ago
1.18.356
5 months ago
1.18.355
5 months ago
1.18.354
5 months ago
1.18.353
6 months ago
1.18.352
6 months ago
1.18.351
6 months ago
1.18.350
6 months ago
1.18.349
6 months ago
1.18.348
7 months ago
1.18.347
7 months ago
1.18.346
7 months ago
1.18.345
7 months ago
1.18.344
7 months ago
1.18.343
7 months ago
1.18.342
8 months ago
1.18.341
8 months ago
1.18.340
8 months ago
1.19.347
7 months ago
1.18.339
8 months ago
1.18.338
8 months ago
1.18.337
8 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
9 months ago
1.18.328
9 months ago
1.18.327
9 months ago
1.18.326
9 months ago
1.18.325
9 months ago
1.18.324
9 months ago
1.18.323
10 months ago
1.18.360
5 months ago
1.18.319
10 months ago
1.18.318
10 months ago
1.18.322
10 months ago
1.18.320
10 months ago
1.18.317
10 months ago
1.18.316
10 months ago
1.18.315
10 months ago
1.18.314
10 months ago
1.18.313
11 months ago
1.18.312
11 months ago
0.0.1
11 months ago