Is there a way for Angular 2 component to use many template files base on where i want to place it?
For example, I have a login
component and i want to place it two times on my website with two different designs.
Is there a way that i can pass template to a component?