UNPKG

@rxap/schematics-xml-parser

Version:

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

4 lines (3 loc) 173 B
import { Constructor } from '@rxap/schematics-utilities'; import { ParsedElement } from '@rxap/xml-parser'; export declare const Methods: Array<Constructor<ParsedElement>>;