19.0.5 • Published 5 months ago
@rxap/schematics-xml-parser
Licence
GPL-3.0-or-later
Version
19.0.5
Deps
8
Size
112 kB
Vulns
0
Weekly
0
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