ng-option-highlight 13.0.0
Install from the command line:
Learn more about npm packages
$ npm install @natlex/ng-option-highlight@13.0.0
Install via package.json:
"@natlex/ng-option-highlight": "13.0.0"
About this version
npm install --save @ng-select/ng-option-highlight
yarn add @ng-select/ng-option-highlight
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 {}
<ng-select>
...
<ng-template ng-option-tmp let-item="item" let-search="searchTerm">
<span [ngOptionHighlight]="search">{{item.title}}</span>
</ng-template>
</ng-select>
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.
Details
- ng-option-highlight
-
natlex
- 5 months ago
- MIT
- 3 dependencies
Assets
- ng-option-highlight-13.0.0.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0