Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <ion-card>
  2. <ion-card-header class="myCardHeader"> Subject</ion-card-header>
  3. <ion-card-content class="ion-padding">
  4. <p>Theme : <Strong>{{subject.theme}}</Strong></p>
  5. <p>Name : <Strong>{{subject.name}}</Strong></p>
  6. <p>Main Hero : <Strong>{{subject.mainHero}}</Strong></p>
  7. <img src="{{subject.imgPath}}" alt="Annalise Picture" class="ion-padding"/>
  8. <p>Name : <Strong>{{subject.name}}</Strong></p>
  9. <p *ngIf="subject.movieAdaptations!=0">Movies made : <Strong>{{subject.movieAdaptations}}</Strong></p>
  10. <p *ngIf="subject.tvAdaptations!=0">Shows made : <Strong>{{subject.movieAdaptations}}</Strong></p>
  11. </ion-card-content>
  12. </ion-card>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement