18.0.3-dev.0 • Published 2 years ago
@rxap/schematics-xml-parser
Licence
GPL-3.0-or-later
Version
18.0.3-dev.0
Deps
7
Size
76 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