Skip to content

Commit

Permalink
style(Input): remove outdated commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed May 15, 2019
1 parent 054f322 commit 6b7f3b0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions terminus-ui/input/src/input.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import {
NativeDateModule,
} from '@angular/material/core';
import { MatDatepickerModule } from '@angular/material/datepicker';
/*
*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 @@ -22,6 +19,7 @@ import { TsValidatorsService } from '@terminus/ui/validators';
import { TS_DATE_FORMATS } from './date-adapter';
import { TsInputComponent } from './input.component';


export * from './date-adapter';
export * from './input-value-accessor';
export * from './input.component';
Expand All @@ -30,9 +28,6 @@ export * from './input.component';
@NgModule({
imports: [
CommonModule,
/*
*BrowserAnimationsModule,
*/
FlexLayoutModule,
FormsModule,
MatDatepickerModule,
Expand Down

0 comments on commit 6b7f3b0

Please sign in to comment.