ngx-xml-message
Version:
This form is used to design Angular Reactive Form using any given XML. The primary use of this Readonly UI library is to design ISO 20022 XML messages in forms dynamically.
21 lines (20 loc) • 1.02 kB
TypeScript
import { SimpleChanges } from '@angular/core';
import { XmlMessageConfig } from './Model/Config';
import * as i0 from "@angular/core";
export declare class NgxXmlMessageComponent {
xmlMessage: string;
config: XmlMessageConfig;
protected namespace: any;
protected jsonMessage: any;
protected documentName: string;
constructor();
ngOnChanges(changes: SimpleChanges): void;
protected isArray(myKey: Object | Array<any>): boolean;
protected isObject(object: Object | Array<any>): boolean;
protected getKeys(object: Object): string[];
protected getKeyName(object: Object): string;
protected copyToClipboard(value: string): void;
private parseXML;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxXmlMessageComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxXmlMessageComponent, "ngx-xml-message", never, { "xmlMessage": { "alias": "xmlMessage"; "required": true; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
}