@knora/action
Version:
Knora ui module: action
18 lines (17 loc) • 493 B
TypeScript
import { ElementRef, OnChanges } from '@angular/core';
export declare class GNDConstants {
static GNDPrefix: string;
static GNDResolver: string;
static VIAFPrefix: string;
static VIAFResolver: string;
}
/**
* This directive renders a GND/IAF or a VIAF identifier as a link to the respective resolver.
*/
export declare class GndDirective implements OnChanges {
private el;
kuiGnd: string;
private _gnd;
constructor(el: ElementRef);
ngOnChanges(): void;
}