AnoopGoudar
AnoopGoudar

Reputation: 924

Angular material textarea autocomplete

Do we have a textarea autocomplete component built using Angular (2 onwards)?

Experimented these below components

But those are built using jQuery and AngularJS, which is not compatible with my Angular application.

Upvotes: 1

Views: 2699

Answers (1)

AnoopGoudar
AnoopGoudar

Reputation: 924

This will serve what I was looking for.

https://www.npmjs.com/package/angular2-mentions

Upvotes: 1

Related Questions