Use the SearchStax Site Search Angular related-searches widget to display related search terms on a custom search page.
Usage
<app-searchstax-related-searches
[relatedSearchesURL]="config.relatedSearchesURL"
[relatedSearchesAPIKey]="config.relatedSearchesAPIKey"
></app-searchstax-related-searches>
Props
-
relatedSearchesURL: The API URL to fetch related searches -
relatedSearchesAPIKey: The API key for the related searches API -
templateOverride: Template override for related search
Example
For a full example, see searchstax-ux-angular.