Skip to content

Commit

Permalink
fix(): remove BrowserModule import
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Apr 2, 2017
1 parent eab2475 commit 508e8cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/image-loader.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { NgModule } from '@angular/core';
import { ImgLoader } from './components/img-loader';
import { ImageLoader } from './providers/image-loader';
import { ImageLoaderConfig } from './providers/image-loader-config';
import { BrowserModule } from '@angular/platform-browser';
import { IonicModule } from 'ionic-angular';
import { File } from '@ionic-native/file';
import { Transfer } from '@ionic-native/transfer';
Expand All @@ -18,7 +17,6 @@ import { Transfer } from '@ionic-native/transfer';
Transfer
],
imports: [
BrowserModule,
IonicModule
],
exports: [
Expand Down

0 comments on commit 508e8cc

Please sign in to comment.