Initial commit

This commit is contained in:
2023-02-15 16:40:06 +01:00
commit 0b34ec0b1b
25 changed files with 20278 additions and 0 deletions

10
src/app/app.component.ts Normal file
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 = 'Portfolio';
}