|
|
@@ -151,10 +151,12 @@ export * from './shared/pipes/asset-preview.pipe';
|
|
|
export * from './shared/pipes/channel-label.pipe';
|
|
|
export * from './shared/pipes/currency-name.pipe';
|
|
|
export * from './shared/pipes/custom-field-label.pipe';
|
|
|
+export * from './shared/pipes/duration.pipe';
|
|
|
export * from './shared/pipes/file-size.pipe';
|
|
|
export * from './shared/pipes/has-permission.pipe';
|
|
|
export * from './shared/pipes/sentence-case.pipe';
|
|
|
export * from './shared/pipes/sort.pipe';
|
|
|
export * from './shared/pipes/string-to-color.pipe';
|
|
|
+export * from './shared/pipes/time-ago.pipe';
|
|
|
export * from './shared/providers/routing/can-deactivate-detail-guard';
|
|
|
export * from './shared/shared.module';
|