Skip to content

Commit 3372f24

Browse files
author
Emmanuelle BONOLI
committed
create activity card
1 parent 70bc3ec commit 3372f24

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
<div>
2-
3-
</div>
1+
<div></div>
Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
import { Component } from '@angular/core';
2-
3-
@Component({
4-
selector: 'app-activity-card',
5-
imports: [],
6-
templateUrl: './activity-card.component.html',
7-
styleUrl: './activity-card.component.scss'
8-
})
9-
export class ActivityCardComponent {
10-
11-
}
1+
import { Component } from '@angular/core';
2+
3+
@Component({
4+
selector: 'app-activity-card',
5+
imports: [],
6+
templateUrl: './activity-card.component.html',
7+
styleUrl: './activity-card.component.scss',
8+
})
9+
export class ActivityCardComponent {}

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<h1>I love Piloutre</h1>
1+
<h1>I love Piloutre</h1>

0 commit comments

Comments
 (0)