Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@rxap/schematics-xml-parser

rxap651GPL-3.0-or-later19.0.4TypeScript support: included

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

packages, rxap, schematic, schematic-xml-parser, scope:utilities, xml-parser

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.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/schematics-xml-parser

Execute the init generator:

yarn nx g @rxap/schematics-xml-parser:init

Generators

init

Initialize the package in the workspace

nx g @rxap/schematics-xml-parser:init