mirror of
https://github.com/LucasVbr/todo-list.git
synced 2026-05-14 01:32:02 +00:00
initial commit
This commit is contained in:
@@ -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';
|
||||
}
|
||||
Reference in New Issue
Block a user