JSPM

@rxap/schematics-xml-parser

19.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 135
  • Score
    100M100P100Q82199F
  • License GPL-3.0-or-later

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.

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.

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