Angular components & directives for customizable mentions
npm install ng-mentions-angular13


Native Angular components & directives for customizable mentions. Allowing for customizable search results and mention formatting.
View it in action at https://nth-cloud.github.io/ng-mentions
| ng-mentions | Angular | Active Support |
|-------------|---------|:---------:|
| 0.x.x | 5.2.1 | :x: |
| 1.x.x | 6.1.0 | :x: |
| 2.x.x | 7.0.0 | :x: |
| 3.x.x | 8.0.0 | :x: |
| 4.x.x | 9.0.0 | :x: |
| 5.x.x | 10.0.0 | :white_check_mark: |
| 6.x.x | 11.0.0 | :white_check_mark: |
| 7.x.x | 12.0.0 | :white_check_mark: |
| 8.x.x | 13.0.0 | :white_check_mark: |
We strongly recommend using Angular CLI for setting up a new project. If you have an Angular ≥ 9 CLI project, you could simply use our schematics to add ng-mentions library to it.
Just run the following:
``shell`
ng add ng-mentions-angular
It will install ng-mentions for the default application specified in your angular.json.--project
If you have multiple projects and you want to target a specific application, you could specify the option:
`shell``
ng add ng-mentions-angular --project myProject
If you prefer not to use schematics and install everything manually, please refer to the
manual installation instructions on our website.
Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs