I have following html string that i can fetch from http service:
When uranium was {{1}} to be radioactive, Marie Curie found that the element called {{2}} had the same property.
I want to replace {{1}} and {{2}} with reactive form control in angular 5 dynamically. how?