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.
Add the package to your workspace:
Example :yarn add @rxap/open-apiInstall peer dependencies:
Example :yarn add @angular/common @angular/core @rxap/config @rxap/data-source @rxap/environment @rxap/mixin @rxap/remote-method @rxap/rxjs @rxap/utilities ajv openapi-types rxjs Execute the init generator:
Example :yarn nx g @rxap/open-api:initExample :Initialize the package in the workspace
nx g @rxap/open-api:init