```shell npm install --save @ng-select/ng-option-highlight ```
npm install @ng-select/ng-option-highlight#### NPM
``shell`
npm install --save @ng-select/ng-option-highlight
#### YARN
`shell`
yarn add @ng-select/ng-option-highlight
`js
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 {}
`
`html`
...
{{item.title}}
Run ng build ng-option-highlight to build the project. The build artifacts will be stored in the dist/ directory.
After building your library with ng build ng-option-highlight, go to the dist folder cd dist/ng-option-highlight and run npm publish.
Run ng test ng-option-highlight` to execute the unit tests via Karma.