2017-05-04 15:33:51 +03:00
|
|
|
<div class="row">
|
2017-07-17 19:43:25 +03:00
|
|
|
<div class="col-md-12 col-lg-6">
|
2017-05-04 15:33:51 +03:00
|
|
|
<nga-card>
|
|
|
|
|
<nga-card-header>
|
|
|
|
|
Ionicons
|
|
|
|
|
</nga-card-header>
|
|
|
|
|
<nga-card-body>
|
2017-07-17 19:43:25 +03:00
|
|
|
<div class="icon" *ngFor="let icon of icons.ionicons"><i class="{{ icon }}"></i></div>
|
2017-05-04 15:33:51 +03:00
|
|
|
</nga-card-body>
|
|
|
|
|
<nga-card-footer>
|
|
|
|
|
<a href="http://ionicons.com/" target="_blank" class="see-all-icons">See all ionicons icons</a>
|
|
|
|
|
</nga-card-footer>
|
|
|
|
|
</nga-card>
|
|
|
|
|
</div>
|
2017-07-17 19:43:25 +03:00
|
|
|
|
|
|
|
|
<div class="col-md-12 col-lg-6">
|
2017-05-04 15:33:51 +03:00
|
|
|
<nga-card>
|
|
|
|
|
<nga-card-header>
|
|
|
|
|
Font awesome icons
|
|
|
|
|
</nga-card-header>
|
|
|
|
|
<nga-card-body>
|
2017-07-17 19:43:25 +03:00
|
|
|
<div class="icon" *ngFor="let icon of icons.fontAwesome"><i class="fa {{ icon }}"></i></div>
|
2017-05-04 15:33:51 +03:00
|
|
|
</nga-card-body>
|
|
|
|
|
<nga-card-footer>
|
2017-07-17 19:43:25 +03:00
|
|
|
<a href="http://fortawesome.github.io/Font-Awesome/icons/" target="_blank" class="see-all-icons">
|
|
|
|
|
See all Font Awesome icons
|
|
|
|
|
</a>
|
2017-05-04 15:33:51 +03:00
|
|
|
</nga-card-footer>
|
|
|
|
|
</nga-card>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|