Project

General

Profile

1 51305 argiro.kok
import { Component, Input } from '@angular/core';
2
import { Location } from '@angular/common';
3
4
@Component({
5
    selector: 'openaire-error',
6
    template: `
7
    <error></error>
8
    `
9
})
10
11
export class AdminErrorPageComponent {
12
13
}