mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
feat: migrate everything to standalone and fix build errors
This commit is contained in:
@@ -4,11 +4,14 @@ import { TranslateService } from '@ngx-translate/core';
|
||||
|
||||
import { Subscription } from 'rxjs';
|
||||
import { AlertType } from '../alert/alert-type';
|
||||
import { AlertComponent } from '../alert/alert.component';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-error',
|
||||
styleUrls: ['./error.component.scss'],
|
||||
templateUrl: './error.component.html'
|
||||
selector: 'ds-error',
|
||||
styleUrls: ['./error.component.scss'],
|
||||
templateUrl: './error.component.html',
|
||||
standalone: true,
|
||||
imports: [AlertComponent]
|
||||
})
|
||||
export class ErrorComponent {
|
||||
|
||||
|
Reference in New Issue
Block a user