nth-cloud / ng-mentions

Rich Mentions Component for Angular

Home Page:http://nth-cloud.github.io/ng-mentions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NG-MENTIONS

Browser Tests And Coverage npm version codecov

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
5.x.x 10.0.0
6.x.x 11.0.0
7.x.x 12.0.0
8.x.x 13.0.0
9.x.x 14.0.0
10.x.x 15.0.0

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.

About

Rich Mentions Component for Angular

http://nth-cloud.github.io/ng-mentions

License:MIT License


Languages

Language:TypeScript 77.8%Language:EJS 15.6%Language:JavaScript 4.9%Language:Shell 1.3%Language:SCSS 0.5%