Package Exports
- @rxap/open-api
- @rxap/open-api/data-source
- @rxap/open-api/data-source/table
- @rxap/open-api/package.json
- @rxap/open-api/remote-method
- @rxap/open-api/theme
Readme
@rxap/open-api
Provides the functionality to create DataSource and RemoteMethod instances from an OpenAPI config.
Installation
Add the package to your workspace:
yarn add @rxap/open-apiInstall peer dependencies:
yarn add @angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/config@^19.0.1-dev.2 @rxap/data-source@^19.0.1-dev.2 @rxap/environment@^19.0.1-dev.2 @rxap/mixin@^16.0.12-dev.2 @rxap/remote-method@^19.0.1-dev.2 @rxap/rxjs@^1.1.12-dev.2 @rxap/utilities@^16.4.2-dev.2 ajv@^8.12.0 openapi-types@^10.0.0 rxjs@^7.8.1 Execute the init generator:
yarn nx g @rxap/open-api:initGenerators
init
Initialize the package in the workspace
yarn nx g @rxap/open-api:init