[CST-5337] Added missing typedocs

This commit is contained in:
Luca Giamminonni
2022-07-08 18:04:42 +02:00
parent 0942a1e474
commit bb357df738
5 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
import { Component } from '@angular/core';
/**
* Component for the page that show the QA events related to a specific topic.
*/
@Component({
selector: 'ds-quality-assurance-events-page',
templateUrl: './admin-quality-assurance-events-page.component.html'

View File

@@ -1,5 +1,8 @@
import { Component, OnInit } from '@angular/core';
/**
* Component for the page that show the QA sources.
*/
@Component({
selector: 'ds-admin-quality-assurance-source-page-component',
templateUrl: './admin-quality-assurance-source-page.component.html',

View File

@@ -1,5 +1,8 @@
import { Component } from '@angular/core';
/**
* Component for the page that show the QA topics related to a specific source.
*/
@Component({
selector: 'ds-notification-qa-page',
templateUrl: './admin-quality-assurance-topics-page.component.html'

View File

@@ -9,6 +9,9 @@ import { SuggestionNotificationsStateService } from '../../suggestion-notificati
import { AdminQualityAssuranceSourcePageParams } from '../../../admin/admin-notifications/admin-quality-assurance-source-page-component/admin-quality-assurance-source-page-resolver.service';
import { hasValue } from '../../../shared/empty.util';
/**
* Component to display the Quality Assurance source list.
*/
@Component({
selector: 'ds-quality-assurance-source',
templateUrl: './quality-assurance-source.component.html',