source: trip-planner-front/src/app/homepage/login/login.component.ts@ 1ad8e64

Last change on this file since 1ad8e64 was 1ad8e64, checked in by Ema <ema_spirova@…>, 3 years ago

spring security

  • Property mode set to 100644
File size: 271 bytes
Line 
1import { Component, OnInit } from '@angular/core';
2
3@Component({
4 selector: 'app-login',
5 templateUrl: './login.component.html',
6 styleUrls: ['./login.component.css']
7})
8export class LoginComponent implements OnInit {
9
10 constructor() { }
11
12 ngOnInit(): void {
13 }
14
15}
Note: See TracBrowser for help on using the repository browser.