mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-18 14:22:35 +00:00
+ Http changed with HttpClient, + Angular Material Element examples added, + angular2-markdown Library added
20 lines
724 B
HTML
20 lines
724 B
HTML
<md-card class="example-card">
|
|
<md-card-header>
|
|
<div md-card-avatar class="example-header-image"></div>
|
|
<md-card-title>Shiba Inu</md-card-title>
|
|
<md-card-subtitle>Dog Breed</md-card-subtitle>
|
|
</md-card-header>
|
|
<img md-card-image src="assets/images/examples/shiba2.jpg" alt="Photo of a Shiba Inu">
|
|
<md-card-content>
|
|
<p>
|
|
The Shiba Inu is the smallest of the six original and distinct spitz breeds of dog from Japan.
|
|
A small, agile dog that copes very well with mountainous terrain, the Shiba Inu was originally
|
|
bred for hunting.
|
|
</p>
|
|
</md-card-content>
|
|
<md-card-actions>
|
|
<button md-button>LIKE</button>
|
|
<button md-button>SHARE</button>
|
|
</md-card-actions>
|
|
</md-card>
|