Skip to content

Commit

Permalink
revert(Input): remove BrowserAnimationsModule that was added in error
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #1423
  • Loading branch information
benjamincharity committed Mar 25, 2019
1 parent 801a8b6 commit 91ba172
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions terminus-ui/input/src/input.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import {
NativeDateModule,
} from '@angular/material/core';
import { MatDatepickerModule } from '@angular/material/datepicker';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
/*
*import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
*/
import { TsFormFieldModule } from '@terminus/ui/form-field';
import { TsIconModule } from '@terminus/ui/icon';
import { TsDatePipe } from '@terminus/ui/pipes';
Expand All @@ -28,7 +30,9 @@ export * from './input.component';
@NgModule({
imports: [
CommonModule,
BrowserAnimationsModule,
/*
*BrowserAnimationsModule,
*/
FlexLayoutModule,
FormsModule,
MatDatepickerModule,
Expand Down

0 comments on commit 91ba172

Please sign in to comment.