Initial commit

This commit is contained in:
thomas
2022-11-03 15:14:07 +01:00
commit 8002a3f9ed
49 changed files with 33088 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'angular-challenges-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss'],
})
export class AppComponent {
title = 'projection';
}