-
-
Save ellipizle/655fdc31eda91a764a53 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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> | |
| |
Rating: <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