16.3.0 • Published 5 months ago
@rxap/xml-parser
Licence
GPL-3.0-or-later
Version
16.3.0
Deps
5
Size
415 kB
Vulns
0
Weekly
0
Provides a set of decorators and services for parsing and serializing XML documents into TypeScript classes. It simplifies the process of mapping XML elements and attributes to class properties, handling data validation, and serializing objects back into XML. The library supports defining XML structures using decorators and offers a flexible way to customize parsing and serialization logic.
Installation
Add the package to your workspace:
yarn add @rxap/xml-parserExecute the init generator:
yarn nx g @rxap/xml-parser:initGenerators
init
Initialize the package in the workspace
nx g @rxap/xml-parser:init