UNPKG

@rero/ng-core

Version:

RERO angular core library.

16 lines (15 loc) 667 B
import { ResultItem } from './result-item'; import * as i0 from "@angular/core"; /** * Component for displaying record as JSON in brief views. */ export declare class JsonComponent implements ResultItem { record: any; type: string; detailUrl: { link: string; external: boolean; }; static ɵfac: i0.ɵɵFactoryDeclaration<JsonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<JsonComponent, "ng-component", never, { "record": { "alias": "record"; "required": false; }; "type": { "alias": "type"; "required": false; }; "detailUrl": { "alias": "detailUrl"; "required": false; }; }, {}, never, never, false, never>; }