ACS-8238: Remove IsIncludedPipe and TabLabelsPipe (#9899)

This commit is contained in:
Denys Vuika
2024-07-09 12:24:32 -04:00
committed by GitHub
parent 709b291863
commit c6b121a698
16 changed files with 144 additions and 254 deletions

View File

@@ -1,28 +0,0 @@
---
Title: Is Included pipe
Added: v6.1.0
Status: Active
Last reviewed: 2023-06-13
---
# [Is Included pipe](../../../lib/content-services/src/lib/pipes/is-included.pipe.ts "Defined in is-included.pipe.ts")
Checks if the provided value is contained in the provided array.
## Basic Usage
<!-- {% raw %} -->
```HTML
<mat-option [disabled]="value | adfIsIncluded: arrayOfValues : comparator"></mat-option>
```
<!-- {% endraw %} -->
## Details
The pipe takes the provided value and checks if that value is included in the provided array and returns the appropriate boolean value.
## See also
- [File upload error pipe](./file-upload-error.pipe.md)

View File

@@ -102,7 +102,6 @@ backend services have been tested with each released version of ADF.
- [Search Logical Filter component](content-services/components/search-logical-filter.component.md)
- [Search Chip Autocomplete Input component](content-services/components/search-chip-autocomplete-input.component.md)
- [Search Filter Autocomplete Chips component](content-services/components/search-filter-autocomplete-chips.component.md)
- [Is Included pipe](content-services/pipes/is-included.pipe.md)
<!--v610 end-->