This package provides tools for working with OpenAPI specifications in Angular applications. It includes services for configuring and loading OpenAPI definitions, validating requests and responses against schemas, and handling errors. It also offers utilities for building HTTP requests based on OpenAPI definitions.
@rxap/open-api
**Install peer dependencies:** ```bash yarn add
@angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.1-dev.5 @rxap/data-source@^19.0.1-dev.5 @rxap/environment@^19.0.1-dev.5 @rxap/mixin@^16.0.12-dev.5 @rxap/remote-method@^19.0.1-dev.5 @rxap/rxjs@^1.1.12-dev.5 @rxap/utilities@^16.4.2-dev.4 ajv@^8.12.0 openapi-types@^10.0.0 rxjs@^7.8.1
Execute the init generator: bash yarn nx g @rxap/open-api:init
##
init
>
Initialize the package in the workspace
```bash nx g
@rxap/open-api:init
```