Skip to content

Commit

Permalink
fix(browser-module): remove browser animation module, should be place…
Browse files Browse the repository at this point in the history
…d in the consuming app instead
  • Loading branch information
matheusdavidson committed Aug 13, 2018
1 parent 81ab998 commit d08975d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/angular-upcrop/src/lib/angular-upcrop.module.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { NgModule } from '@angular/core';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { CommonModule } from '@angular/common';
import { MatDialogModule, MatIconModule, MatButtonModule, MatCardModule, MatTooltipModule } from '@angular/material';
import { AngularCropperjsModule } from 'angular-cropperjs';
Expand All @@ -13,7 +12,6 @@ import { UpcropImagePreviewDirective } from './upcrop-image-preview/upcrop-image

@NgModule({
imports: [
BrowserAnimationsModule,
CommonModule,
FileUploadModule,
FlexLayoutModule,
Expand Down

0 comments on commit d08975d

Please sign in to comment.