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

5 lines (4 loc) 209 B
import { Tree } from '@nx/devkit'; import { InitGeneratorSchema } from './schema'; export declare function initGenerator(tree: Tree, options: InitGeneratorSchema): Promise<void>; export default initGenerator;