mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
[CST-5337] Added missing typedocs
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Component for the page that show the QA events related to a specific topic.
|
||||||
|
*/
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-quality-assurance-events-page',
|
selector: 'ds-quality-assurance-events-page',
|
||||||
templateUrl: './admin-quality-assurance-events-page.component.html'
|
templateUrl: './admin-quality-assurance-events-page.component.html'
|
||||||
|
@@ -1,5 +1,8 @@
|
|||||||
import { Component, OnInit } from '@angular/core';
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Component for the page that show the QA sources.
|
||||||
|
*/
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-admin-quality-assurance-source-page-component',
|
selector: 'ds-admin-quality-assurance-source-page-component',
|
||||||
templateUrl: './admin-quality-assurance-source-page.component.html',
|
templateUrl: './admin-quality-assurance-source-page.component.html',
|
||||||
|
@@ -1,5 +1,8 @@
|
|||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Component for the page that show the QA topics related to a specific source.
|
||||||
|
*/
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-notification-qa-page',
|
selector: 'ds-notification-qa-page',
|
||||||
templateUrl: './admin-quality-assurance-topics-page.component.html'
|
templateUrl: './admin-quality-assurance-topics-page.component.html'
|
||||||
|
@@ -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 { AdminQualityAssuranceSourcePageParams } from '../../../admin/admin-notifications/admin-quality-assurance-source-page-component/admin-quality-assurance-source-page-resolver.service';
|
||||||
import { hasValue } from '../../../shared/empty.util';
|
import { hasValue } from '../../../shared/empty.util';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Component to display the Quality Assurance source list.
|
||||||
|
*/
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-quality-assurance-source',
|
selector: 'ds-quality-assurance-source',
|
||||||
templateUrl: './quality-assurance-source.component.html',
|
templateUrl: './quality-assurance-source.component.html',
|
||||||
|
Reference in New Issue
Block a user