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>