Skip to content

Commit

Permalink
fix missing http import
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopolis committed May 25, 2017
1 parent d32d180 commit c9d3156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { NgModule, ErrorHandler } from '@angular/core';
import { IonicApp, IonicModule, IonicErrorHandler } from 'ionic-angular';
import { HttpModule } from '@angular/http';
import { BrowserModule } from '@angular/platform-browser';
import { MyApp } from './app.component';
import { AboutPage } from '../pages/about/about';
Expand Down

0 comments on commit c9d3156

Please sign in to comment.