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
login
The simplest way to do this, i think, is using *ngIf in your template.
First Template Second Template