Created
February 18, 2019 16:21
-
-
Save israeljrs/fb0fc7858c9b1a1cb00a7cc2c2559328 to your computer and use it in GitHub Desktop.
home page de exemplo para o arquivo no medium
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 characters
<div class="container"> | |
<div class="row mt-2"> | |
<div class="col"> | |
<div class="jumbotron"> | |
<h3 class="text-center">{{msg}}</h3> | |
</div> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="col text-center"> | |
<button id="btn1" class="btn btn-info" (click)="btnClickRequest()">Load Data</button> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment