style: format HTML for consistency and readability

This commit is contained in:
Jan-Marlon Leibl 2025-05-14 12:01:06 +02:00
commit b51305ca64
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5
6 changed files with 53 additions and 44 deletions

View file

@ -1,4 +1,11 @@
import { ChangeDetectionStrategy, Component, inject, OnDestroy, OnInit, signal } from '@angular/core';
import {
ChangeDetectionStrategy,
Component,
inject,
OnDestroy,
OnInit,
signal,
} from '@angular/core';
import { NgFor } from '@angular/common';
import { RouterLink } from '@angular/router';
import { AuthService } from '@service/auth.service';