3

I am working on chatting application. so here I am doing @ functionality for text area means, while clicking @ button or writing @ one autocomplete list should open. That will contain username for a tag. I have got an idea in jQuery but I want to do in Angular.

So far I am not able to do like this in Angular; if anybody has an idea, please share with me.

Aleksey Solovey
  • 4,153
  • 3
  • 15
  • 34
Ankit Patel
  • 31
  • 1
  • 6

1 Answers1

0

You can try angular text input autocomplete

Please refer the following link