import { Component } from '@angular/core'; @Component({ selector: 'app-article-comments', imports: [], templateUrl: './article-comments.html', styleUrl: './article-comments.scss' }) export class ArticleComments { }