Last active
February 18, 2016 11:20
-
-
Save SirajGadhia/34b10cd60e5bb0bdb0da to your computer and use it in GitHub Desktop.
Revisions
-
SirajGadhia revised this gist
Feb 6, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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"> -
SirajGadhia created this gist
Feb 6, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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> Rating: <b>{{per_rating}}</b> </div> </div> </div>