upgrade dependencies and migrate, small improvements and fixes

This commit is contained in:
2025-05-11 18:04:52 +02:00
parent 16d2503d97
commit d1a2497e90
40 changed files with 6781 additions and 5026 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import { Component, OnInit, Input } from '@angular/core';
import { Component, Input, OnInit } from '@angular/core';
import { CommentService } from '../../services/comment.service';
@Component({
standalone: false,
selector: 'ui-commentcount',
templateUrl: './commentcount.ui.html',
styleUrls: ['./commentcount.ui.scss']