Skip to content

Instantly share code, notes, and snippets.

@SirajGadhia
Last active January 30, 2016 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SirajGadhia/aacb28cbf7b1087334d9 to your computer and use it in GitHub Desktop.
Save SirajGadhia/aacb28cbf7b1087334d9 to your computer and use it in GitHub Desktop.
//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