@nth-cloud/ng-mentions

Angular components & directives for customizable mentions

Usage no npm install needed!

<script type="module">
  import nthCloudNgMentions from 'https://cdn.skypack.dev/@nth-cloud/ng-mentions';
</script>

README

NG-MENTIONS

Browser Tests And Coverage npm version codecov

Sauce Test Status

Native Angular components & directives for customizable mentions. Allowing for customizable search results and mention formatting.

Demo and Docs

View it in action at https://nth-cloud.github.io/ng-mentions

Dependencies

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:

Installation

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:

ng add @nth-cloud/ng-mentions

It will install ng-mentions for the default application specified in your angular.json. If you have multiple projects and you want to target a specific application, you could specify the --project option:

ng add @nth-cloud/ng-mentions --project myProject

If you prefer not to use schematics and install everything manually, please refer to the manual installation instructions on our website.

Supported browsers

We strive to support the same browsers and versions as supported by Angular. See Angular Browser Support for more details.

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs