Fixed rounded on div in social page
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
<p>
|
||||
challenge-card works!
|
||||
</p>
|
||||
<ion-card>
|
||||
<ion-card-header>
|
||||
<ion-card-subtitle>Titre de la carte</ion-card-subtitle>
|
||||
</ion-card-header>
|
||||
|
||||
<ion-card-content>
|
||||
Here's a small text description for the card content. Nothing more, nothing less.
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
@@ -1,9 +1,13 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import {IonicModule} from "@ionic/angular";
|
||||
|
||||
@Component({
|
||||
selector: 'app-challenge-card',
|
||||
templateUrl: './challenge-card.component.html',
|
||||
styleUrls: ['./challenge-card.component.scss'],
|
||||
selector: 'app-challenge-card',
|
||||
templateUrl: './challenge-card.component.html',
|
||||
styleUrls: ['./challenge-card.component.scss'],
|
||||
imports: [
|
||||
IonicModule
|
||||
]
|
||||
})
|
||||
export class ChallengeCardComponent implements OnInit {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user