UNPKG

@rxap/schematics-xml-parser

Version:

This package provides utilities for parsing XML templates within Angular Schematics. It includes functionality to locate templates in a file system, parse them using a specified DOMParser, and register custom elements for parsing. The package also offers

10 lines (9 loc) 417 B
export * from './lib/elements/methods/index'; export * from './lib/elements/methods/method.element'; export * from './lib/elements/methods/methods'; export * from './lib/elements/methods/open-api-remote-method.element'; export * from './lib/elements/index'; export * from './lib/elements/module.element'; export * from './lib/elements/type.element'; export * from './lib/index'; export * from './lib/parse-template';