Skip to content

Commit

Permalink
docs(admin-ui): Fix outdated docs on FacetValueSelectorComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jun 18, 2024
1 parent 45df738 commit c0f571d
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,11 @@ import { DataService } from '../../../data/providers/data.service';
* @example
* ```HTML
* <vdr-facet-value-selector
* [facets]="facets"
* (selectedValuesChange)="selectedValues = $event"
* ></vdr-facet-value-selector>
* ```
* The `facets` input should be provided from the parent component
* like this:
* The `selectedValuesChange` event will emit an array of `FacetValue` objects.
*
* @example
* ```ts
* this.facets = this.dataService
* .facet.getAllFacets()
* .mapSingle(data => data.facets.items);
* ```
* @docsCategory components
*/
@Component({
Expand Down

0 comments on commit c0f571d

Please sign in to comment.