Package Exports
- @rxap/schematics-xml-parser
- @rxap/schematics-xml-parser/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rxap/schematics-xml-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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 elements for defining modules, types, and methods within the XML templates.
Installation
Add the package to your workspace:
yarn add @rxap/schematics-xml-parserExecute the init generator:
yarn nx g @rxap/schematics-xml-parser:initGenerators
init
Initialize the package in the workspace
nx g @rxap/schematics-xml-parser:init