ng-template allows you to store html that can be used dynamically in your project. It means if you have different view in a single loop you could achieve this using creating different ng-template view and show them conditionally.
<ul>
<li *ngFor='let link...
Read More ⟶