feat(login): add login component and routing configuration

This commit is contained in:
Jan K9f 2025-01-19 20:05:24 +01:00
parent 4c51aaae3c
commit a54069f160
Signed by: jank
GPG key ID: 50620ADD22CD330B
7 changed files with 47 additions and 338 deletions

View file

@ -8,5 +8,4 @@ import { RouterOutlet } from '@angular/router';
styleUrl: './app.component.css'
})
export class AppComponent {
title = 'jklink';
}