[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, 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',