mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
@@ -1,7 +1,7 @@
|
|||||||
import { Component, Input, OnInit } from '@angular/core';
|
import { Component, Input, OnInit } from '@angular/core';
|
||||||
import { HealthResponse } from '../models/health-component.model';
|
import { HealthResponse } from '../models/health-component.model';
|
||||||
import { TranslateService } from '@ngx-translate/core';
|
import { TranslateService } from '@ngx-translate/core';
|
||||||
import { isNotEmpty } from '../../shared/empty.util';
|
import {isNotEmpty} from '../../shared/empty.util';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-health-panel',
|
selector: 'ds-health-panel',
|
||||||
|
Reference in New Issue
Block a user