Skip to content

Instantly share code, notes, and snippets.

@ellipizle
Forked from SirajGadhia/home.component.html
Created February 18, 2016 11:20
Show Gist options
  • Save ellipizle/655fdc31eda91a764a53 to your computer and use it in GitHub Desktop.
Save ellipizle/655fdc31eda91a764a53 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">
<div class="jumbotron bg-inverse" style="background-color:#eb7d00">
<div class="container">
<h5><b><span class="label label-primary label-pill">Let's Do Something Awesome!</span></b></h5>
<h1 class="display-3">ng2 & BS4 in action!</h1>
<h4>A sample single page application developed with Angular 2 (beta) and Bootstrap 4 (alpha).</h4>
<h4>
Code snippets/files are at <a class="label label-danger"
href="https://gist.github.com/SirajGadhia"
target="_blank">https://gist.github.com/SirajGadhia</a>
</h4>
<rating
[(rate)]="rate"
(rating-change)="onRatingChange($event)">
</rating>
&nbsp;&nbsp;
Rating: &nbsp;<b>{{per_rating}}</b>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment