Skip to content

Commit

Permalink
removed cropping
Browse files Browse the repository at this point in the history
  • Loading branch information
bergben committed Dec 16, 2016
1 parent 36b1bdc commit b5d6cb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ng2-img-max.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Ng2ImgMaxService } from './ng2-img-max.service';
import { ImgMaxSizeService } from './img-max-size.service';
import { ImgMaxPXSizeService } from './img-maxpx-size.service';
import { ImgCropService } from './img-crop.service';
import { Ng2PicaModule } from 'ng2-pica';

@NgModule({
imports:[
Ng2PicaModule
],
providers: [
{provide: ImgCropService, useClass: ImgCropService},
{provide: ImgMaxPXSizeService, useClass: ImgMaxPXSizeService},
{provide: ImgMaxSizeService, useClass: ImgMaxSizeService},
{provide: Ng2ImgMaxService, useClass: Ng2ImgMaxService}
Expand Down

0 comments on commit b5d6cb0

Please sign in to comment.