13.9.1 • Published 7 months ago

@ng-select/ng-option-highlight v13.9.1

Weekly downloads
14,138
License
MIT
Repository
github
Last release
7 months ago

Getting started

Step 1: Install ng-option-highlight:

NPM

npm install --save @ng-select/ng-option-highlight

YARN

yarn add @ng-select/ng-option-highlight

Step 2: Import the NgOptionHighlightModule:

import { NgSelectModule } from '@ng-select/ng-select';
import { NgOptionHighlightModule } from '@ng-select/ng-option-highlight';

@NgModule({
	declarations: [AppComponent],
	imports: [NgSelectModule, NgOptionHighlightModule],
	bootstrap: [AppComponent],
})
export class AppModule {}

Step 3: Add directive in your template:

<ng-select>
	...
	<ng-template ng-option-tmp let-item="item" let-search="searchTerm">
		<span [ngOptionHighlight]="search">{{item.title}}</span>
	</ng-template>
</ng-select>

Development

Build

Run ng build ng-option-highlight to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build ng-option-highlight, go to the dist folder cd dist/ng-option-highlight and run npm publish.

Running unit tests

Run ng test ng-option-highlight to execute the unit tests via Karma.

13.9.1

7 months ago

13.8.2

7 months ago

13.9.0

7 months ago

13.8.0

8 months ago

13.8.1

8 months ago

13.7.2

8 months ago

13.7.1

8 months ago

13.6.0

9 months ago

13.5.1

9 months ago

13.4.2

10 months ago

13.7.0

9 months ago

13.5.2

9 months ago

13.4.0

10 months ago

13.0.4

12 months ago

13.5.0

10 months ago

13.4.1

10 months ago

13.2.0

12 months ago

13.1.1

12 months ago

13.0.2

12 months ago

13.3.0

11 months ago

13.2.1

11 months ago

13.0.3

12 months ago

13.0.0

12 months ago

13.1.0

12 months ago

13.0.1

12 months ago

12.0.5

1 year ago

12.0.6

1 year ago

12.0.3

1 year ago

12.0.4

1 year ago

12.0.0

1 year ago

12.0.1

1 year ago

12.0.2

1 year ago

11.2.0

2 years ago

11.1.1

2 years ago

11.1.2

2 years ago

11.0.0

2 years ago

0.0.7

3 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago