add animation to login #28

Merged
csimonis merged 2 commits from feature/login-loading into main 2025-01-09 12:43:53 +00:00
Showing only changes of commit 8361de7718 - Show all commits

View File

@ -5,7 +5,6 @@ import {HomeComponent} from "./home/home.component";
export const routes: Routes = [
{path: 'login', component: LoginComponent},
{path: 'test', component: LoginComponent},
{path: '', component: HomeComponent, canActivate: [AuthGuardService]},
{path: '**', redirectTo: ''}
];