dnet40/modules/uoa-monitor-portal/trunk/beta-monitor/src/app/error/errorPage.component.ts @ 52749
1 |
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 OpenaireErrorPageComponent { |
12 |
|
13 |
}
|