Skip to content

Instantly share code, notes, and snippets.

@SirajGadhia
Last active February 18, 2016 11:20
Show Gist options
  • Save SirajGadhia/34b10cd60e5bb0bdb0da to your computer and use it in GitHub Desktop.
Save SirajGadhia/34b10cd60e5bb0bdb0da to your computer and use it in GitHub Desktop.

Revisions

  1. SirajGadhia revised this gist Feb 6, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion home.component.html
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@

    //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">
  2. SirajGadhia created this gist Feb 6, 2016.
    23 changes: 23 additions & 0 deletions home.component.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@

    <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>