clopay-search-list
v18.2.0
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.1.
Downloads
84
Readme
Secondarynavigation
This library was generated with Angular CLI version 18.0.1.
Getting started
Step 1: Install
Install npm install clopay-input-search --force
before installing layout search module.
Run npm install clopay-search-list
to install the module in your local Angular Application.Recommended npm install clopay-search-list --force
When attempting to install various third-party dependencies listed in your local package.json, some of them may not be compatible with the latest Angular version, Use --force inspite of normal npm install.
Step 2: Import the CloSearchListModule
Usage
HTML
<clopay-search-list [companyLists]="companyLists" (selectedSearchEvent)="selectedSearchEvent($event)"/>
TS
selectedSearchEvent(event: any) {
Handle the search event here
}