1.18.360 • Published 4 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
4 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
5 months ago
1.18.352
5 months ago
1.18.351
5 months ago
1.18.350
5 months ago
1.18.349
6 months ago
1.18.348
6 months ago
1.18.347
6 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
7 months ago
1.18.341
7 months ago
1.18.340
7 months ago
1.19.347
6 months ago
1.18.339
7 months ago
1.18.338
7 months ago
1.18.337
7 months ago
1.18.336
8 months ago
1.18.333
8 months ago
1.18.332
8 months ago
1.18.330
8 months ago
1.18.329
8 months ago
1.18.328
8 months ago
1.18.327
8 months ago
1.18.326
8 months ago
1.18.325
9 months ago
1.18.324
9 months ago
1.18.323
9 months ago
1.18.360
4 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
10 months ago
1.18.316
10 months ago
1.18.315
10 months ago
1.18.314
10 months ago
1.18.313
10 months ago
1.18.312
10 months ago
0.0.1
10 months ago