diff --git a/src/operations/operationList.component.html b/src/operations/operationList.component.html
new file mode 100644
index 0000000..c787c79
--- /dev/null
+++ b/src/operations/operationList.component.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+ # |
+ Date d'op. |
+ Libellé de l'opération |
+ Montant |
+ Solde |
+ Catégorie |
+ Actions |
+
+
+
+
+
+
+
+ Ajouter
+
+ |
+
+
+
+
+
+
+
+
+
diff --git a/src/operations/operationList.component.ts b/src/operations/operationList.component.ts
index befbb9a..8ee50a4 100644
--- a/src/operations/operationList.component.ts
+++ b/src/operations/operationList.component.ts
@@ -16,52 +16,7 @@ import { OperationService } from './operation.service';
@Component({
selector: 'operation-list',
- template: `
-
-
-
-
-
-
-
- # |
- Date d'op. |
- Libellé de l'opération |
- Montant |
- Solde |
- Catégorie |
- Actions |
-
-
-
-
-
-
-
- Ajouter
-
- |
-
-
-
-
-
-
-
-
- `
+ templateUrl: './operationList.component.html'
})
export class OperationListComponent implements OnInit {
private account: Account;