Skip to content

Commit

Permalink
remove CUSTOM_ELEMENTS_SCHEMA
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Mar 22, 2017
1 parent 0a1b2ab commit 73d78c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/image-loader.module.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import { NgModule } from '@angular/core';
import { ImgLoader } from './components/img-loader';
import { ImageLoader } from './providers/image-loader';
import { ImageLoaderConfig } from './providers/image-loader-config';
Expand All @@ -23,9 +23,6 @@ import { Transfer } from '@ionic-native/transfer';
],
exports: [
ImgLoader
],
schemas: [
CUSTOM_ELEMENTS_SCHEMA
]
})
export class IonicImageLoader {}

0 comments on commit 73d78c3

Please sign in to comment.