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.
Add the package to your workspace:
yarn add @rxap/schematics-xml-parser
Execute the init generator:
yarn nx g @rxap/schematics-xml-parser:init
Initialize the package in the workspace
nx g @rxap/schematics-xml-parser:init