initial commit

This commit is contained in:
Lucàs
2022-07-24 15:25:37 +02:00
commit 9199705101
28 changed files with 21434 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'todo-list';
}