From 15773a7a0f7d6db142f4656b6163f638a540bccf Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 7 Sep 2025 01:59:06 +0200 Subject: [PATCH] TODO:selbst --- src/app/login/login.component.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/login/login.component.ts b/src/app/login/login.component.ts index 69b6e15..e12313f 100644 --- a/src/app/login/login.component.ts +++ b/src/app/login/login.component.ts @@ -1,3 +1,4 @@ +import { NgIf } from '@angular/common'; import { Component } from '@angular/core'; import { FormsModule } from "@angular/forms"; import { Store } from '@ngrx/store'; @@ -6,7 +7,10 @@ import { selectToken, selectError, selectIsLoading } from '../store/login.select @Component({ selector: 'app-login', - imports: [FormsModule], + imports: [ + NgIf, + FormsModule, + ], templateUrl: './login.component.html', styleUrl: './login.component.less' }) -- 2.20.1