Files
jambotron/jambotron-ui/src/app/components/article-comments/article-comments.ts
T

12 lines
225 B
TypeScript

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