-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54d5af5
commit 3409538
Showing
6 changed files
with
52 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
<p> | ||
toastr works! | ||
</p> | ||
<div class="animated fadeIn"> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
<div class="card"> | ||
<div class="card-header"> | ||
<i class="fa fa-align-justify"></i> Toastr | ||
<div class="card-header-actions"> | ||
<a href="https://scttcper.github.io/ngx-toastr/" class="card-header-action" target="_blank">doc</a> | ||
</div> | ||
</div> | ||
<div class="card-body"> | ||
<button type="button" class="btn btn-primary mr-1"> | ||
Try primary | ||
</button> | ||
<button type="button" class="btn btn-success mr-1" (click)="showSuccess()"> | ||
Try success | ||
</button> | ||
<button type="button" class="btn btn-warning mr-1"> | ||
Try warning | ||
</button> | ||
<button type="button" class="btn btn-danger mr-1"> | ||
Try danger | ||
</button> | ||
<button type="button" class="btn btn-info mr-1"> | ||
Try info | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
<!--/.col--> | ||
</div> | ||
<!--/.row--> | ||
</div> |
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
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
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