@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
19 lines • 891 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// region elements methods
tslib_1.__exportStar(require("./lib/elements/methods/index"), exports);
tslib_1.__exportStar(require("./lib/elements/methods/method.element"), exports);
tslib_1.__exportStar(require("./lib/elements/methods/methods"), exports);
tslib_1.__exportStar(require("./lib/elements/methods/open-api-remote-method.element"), exports);
// endregion
// region elements
tslib_1.__exportStar(require("./lib/elements/index"), exports);
tslib_1.__exportStar(require("./lib/elements/module.element"), exports);
tslib_1.__exportStar(require("./lib/elements/type.element"), exports);
// endregion
// region
tslib_1.__exportStar(require("./lib/index"), exports);
tslib_1.__exportStar(require("./lib/parse-template"), exports);
// endregion
//# sourceMappingURL=index.js.map