5.2.0 • Published 6 years ago

@bluntsoftware/iglue v5.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Angular Library for Communicating to IGlue Servers

This library provides an api for communicating to an IGlue application.

Configuration

NPM

npm install @bluntsoftware/iglue -save

The following line will be added to your package.json file

"@bluntsoftware/iglue": "^2.1.1",

include the the following modules in your app module

import { NgModule } from '@angular/core';
import {HttpClientModule} from "@angular/common/http";
import {IGlueClientModule} from "@bluntsoftware/iglue";

@NgModule({
  imports: [
      IGlueClientModule.forRoot('http://jerb.bluntsoftware.com/FilesRUS'),
      HttpClientModule
  ]
})
export class AppModule {

}

The iglue module contains 3 providers 1. Auth - for authenticating to the Iglue server. 2. IGlue - for communicating to the Iglue api. 3. Conduit - for communicating to your custom rest api.

Bluntsoftware LLC

5.2.0

6 years ago

5.1.9

6 years ago

5.1.8

6 years ago

5.1.7

6 years ago

5.1.6

6 years ago

5.1.5

6 years ago

5.1.4

6 years ago

5.1.3

6 years ago

5.1.2

6 years ago

5.1.1

6 years ago

5.1.0

6 years ago

5.0.9

6 years ago

5.0.8

6 years ago

5.0.7

6 years ago

5.0.6

6 years ago

5.0.5

6 years ago

5.0.4

6 years ago

5.0.3

6 years ago

5.0.2

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.1.9

6 years ago

2.1.8

6 years ago

2.1.7

6 years ago

2.1.6

6 years ago

2.1.5

6 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.9

6 years ago

2.0.8

6 years ago

2.0.7

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago