Skip to content

Commit

Permalink
try update code
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Mar 23, 2021
1 parent 5a7cbe8 commit a0b8635
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/core/pipes/pipe.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ import { MultiValuePipe } from './multi-value.pipe';
import { LocalizedDatePipe } from './localized-date.pipe';
import { DecimalNumberPipe } from './decimal-number.pipe';
import { LocalizedRolePipe } from './localized-role.pipe';
import { TranslateModule } from '@ngx-translate/core';

@NgModule({
imports: [
CommonModule
CommonModule,
TranslateModule
],
declarations: [
FileSizePipe,
Expand Down

0 comments on commit a0b8635

Please sign in to comment.