added login page

This commit is contained in:
grata
2023-05-03 11:54:22 +02:00
parent 3768f8ef0e
commit 8cfbcc44ef
6 changed files with 47 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-login',
templateUrl: './login.component.html',
styleUrls: ['./login.component.css']
})
export class LoginComponent {
}