mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[AAE-19610] Add specific date range settings to search filter (#9250)
* [AAE-19610] add specific date range settings to search filter * [AAE-19610] remove unnecessary properties * [AAE-19610] fix missing property bug * [AAE-19610] fix lint issues
This commit is contained in:
@@ -20,6 +20,7 @@ import { NgModule } from '@angular/core';
|
||||
import { NodeNameTooltipPipe } from './node-name-tooltip.pipe';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { IsIncludedPipe } from './is-included.pipe';
|
||||
import { TabLabelsPipe } from './tab-labels.pipe';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -28,15 +29,18 @@ import { IsIncludedPipe } from './is-included.pipe';
|
||||
],
|
||||
declarations: [
|
||||
NodeNameTooltipPipe,
|
||||
IsIncludedPipe
|
||||
IsIncludedPipe,
|
||||
TabLabelsPipe
|
||||
],
|
||||
providers: [
|
||||
NodeNameTooltipPipe,
|
||||
IsIncludedPipe
|
||||
IsIncludedPipe,
|
||||
TabLabelsPipe
|
||||
],
|
||||
exports: [
|
||||
NodeNameTooltipPipe,
|
||||
IsIncludedPipe
|
||||
IsIncludedPipe,
|
||||
TabLabelsPipe
|
||||
]
|
||||
})
|
||||
export class ContentPipeModule {
|
||||
|
Reference in New Issue
Block a user