Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Angular
<cometchat-search-input [placeholderText]="'Search'" [text]="'A'" (cc-search-changed)="searchHandler($event)" ></cometchat-search-input>
import '@cometchat/uikit-elements';//import the web component package. searchHandler = (event: any) => { console.log(event.detail.url); }
Was this page helpful?