upgrade dependencies and migrate, small improvements and fixes
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user