angular-xml-editor
Version:
XML editor component for Angular
8 lines (7 loc) • 385 B
TypeScript
export * from './lib/angular-xml-editor.service';
export * from './lib/angular-xml-editor.component';
export * from './lib/angular-xml-editor.module';
export * from './lib/code/xml-rules-check/XmlSchemaLoader.class';
export * from './lib/code/xml-rules-check/xmlRulesCreator.class';
export * from './lib/code/xmlEditorContext.class';
export * from './lib/code/xmlEditorConfig';