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@^18.0.1 @angular/core@^18.0.1 @rxap/config@^18.1.1 @rxap/data-source@^18.1.1 @rxap/environment@^18.0.3 @rxap/mixin@^16.0.6 @rxap/remote-method@^18.0.3 @rxap/rxjs@^1.1.6 @rxap/utilities@^16.2.4 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