//http://www.siraj360.com/ng2/ :: A single page application developed with Angular 2 (beta) and Bootstrap 4 (alpha). | |
<div class="row p-a-1"> | |
<h4 class="text-primary">ETMS : Employee Training Managment System.</h4> | |
</div> | |
<div *ngFor="#employee of employees; #idx = index" > | |
<employee [employee] ="employee" [sr-no]="idx"></employee> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment