Scenario:
I have a component say, COMP which has to load either of the two templates, say, TEMPLATE_1 or TEMPLATE_2 based on the type of user logged in (Say, ADMIN user and NORMAL user).
How to do it using Angular 2 latest release?
Disclaimer: I am new to Angular 2.