I am getting a string contains fontawesome directive("fa-icon") from the server side and i need to display the corresponding fontawesome icon in the frontend.
I have taken a reference with a working example of creating dynamic module: https://stackoverflow.com/a/52455638/2636272 However, if i try to compile the template with fontawesome directive, it throws error...see my sample code: https://stackblitz.com/edit/dynamic-module-with-fontawesome
Really appreciated your help!