angular-xml-editor
Version:
XML editor component for Angular
11 lines (10 loc) • 371 B
TypeScript
import { XmlEditorContext } from './code/xmlEditorContext.class';
/** @dynamic */
export declare class AngularXmlEditorService {
private _document;
private contexts;
constructor(_document: Document);
getNewEditorContextId(): string;
getEditorContext(contextId: string): XmlEditorContext;
disposeEditorContext(contextId: string): void;
}