0

I want to create content editor, similar to facebook "create post" textbox, that is able to replace some tokens (e.g words starting with @ or #) with some angular components.

E.g.

Hello, @John, would be replaced by Hello, <app-username user="John"></app-username>

Liero
  • 25,216
  • 29
  • 151
  • 297
  • a good place to start would be angular's docs for [dynamic component loading](https://angular.io/guide/dynamic-component-loader) – Stavm May 15 '19 at 14:23
  • Take a look at [Tagify](https://yaireo.github.io/tagify/#section-extra-properties). I think it is what you are looking for. – ViqMontana May 15 '19 at 14:41

0 Answers0