Test angular

This commit is contained in:
rubikscraft
2022-02-28 21:09:27 +01:00
parent 39a59e7b9b
commit 7a3f62ac54
84 changed files with 2740 additions and 5276 deletions

View File

@@ -0,0 +1,8 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-header',
templateUrl: './header.component.html',
styleUrls: ['./header.component.scss'],
})
export class HeaderComponent {}