Provides the functionality to create DataSource and RemoteMethod instances from an OpenAPI config.
Add the package to your workspace:
Example :yarn add @rxap/open-api
Install peer dependencies:
Example :yarn add @angular/common@^19.0.3 @angular/core@^19.0.3 @rxap/config@^19.0.0 @rxap/data-source@^19.0.0 @rxap/environment@^19.0.0 @rxap/mixin@^16.0.11 @rxap/remote-method@^19.0.0 @rxap/rxjs@^1.1.11 @rxap/utilities@^16.4.1 ajv@^8.12.0 openapi-types@^10.0.0 rxjs@^7.8.1
Execute the init generator:
Example :yarn nx g @rxap/open-api:init
Example :Initialize the package in the workspace
yarn nx g @rxap/open-api:init