I am building a project with angular 2 and struggling with something here.
The project in a form, and I would like to have dynamic HTML content to display the form. The content would be relative to the user visiting the form.
Let's say the visitor of id '4' is visiting the app and we have developed a custom template of id '4' for him, the custom template would be displayed, otherwise we will just display the default template.
If anyone could help.
Thank you.