fix: News now display author

This commit is contained in:
2025-06-13 16:07:23 +02:00
parent 5cd31a4981
commit 3b3f4fd3b1
10 changed files with 124 additions and 75 deletions

View File

@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core'
import { HttpClient } from '@angular/common/http'
import { Menu } from '../types/menu'
import { environment } from 'src/environments/environment'
import { News } from '../types/news'
import { News } from '../types/news.model'
import { UKey } from '../types/key'
import { CleanNote } from '../types/clean-note'
import { Status } from '../types/status'