3.1.0 • Published 7 years ago
@mbamobi/http-plugins-ionic v3.1.0
HttpPluginsIonicModule
This extends of http
Using HttpPluginsIonicModule in an Ionic 2 app
import { NgModule } from '@angular/core';
import { IonicApp, IonicModule } from 'ionic-angular';
import { MyApp } from './app.component';
// Import http module
import { HttpModule, DefaultPlugins } from '@mbamobi/http';
// Import http plugins ionic
import { HttpPluginsIonicModule } from '@mbamobi/http-plugins-ionic';
@NgModule({
declarations: [
MyApp
],
imports: [
IonicModule.forRoot(MyApp),
HttpModule.initialize(DefaultPlugins), // http module with plugin parseResponse
HttpPluginsIonicModule
],
bootstrap: [IonicApp],
entryComponents: [
MyApp
]
})
export class AppModule {}
Contributing
See CONTRIBUTING.md
3.1.0
7 years ago
3.0.6
8 years ago
3.0.5
8 years ago
3.0.4
8 years ago
3.0.3
8 years ago
3.0.3-nightly.20170703T182953Z.1fba896
8 years ago
3.0.2
8 years ago
3.0.1-nightly.20170703T174154Z.b07b353
8 years ago
3.0.1-nightly.20170510T194531Z.d78cf4c
8 years ago
3.0.1
8 years ago
3.0.0
8 years ago
2.0.0
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.0-nightly.20170208T193041Z.3b7fee1
8 years ago
1.0.0-nightly.20170207T195614Z.afea281
8 years ago
1.0.0
8 years ago
1.0.0-nightly.20170114T174425Z.9f3fcc0
8 years ago