JSPM

@rxap/open-api

18.0.5-dev.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 96
  • Score
    100M100P100Q86076F
  • License GPL-3.0-or-later

Provides the functionality to create DataSource and RemoteMethod instances from an OpenAPI config.

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.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/open-api

Install peer dependencies:

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:

yarn nx g @rxap/open-api:init

Generators

init

Initialize the package in the workspace

yarn nx g @rxap/open-api:init