JSPM

@rxap/open-api

14.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 96
  • Score
    100M100P100Q86325F
  • License MIT

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

Readme

@rxap/open-api

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

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

Installation

ng add @rxap/open-api

Setup the package @rxap/open-api for the workspace.

Schematics

ng-add

Setup the package @rxap/open-api for the workspace.

ng g @rxap/open-api:ng-add
Option Type Default Description

generate

Generates for each operation a remote method or data source

ng g @rxap/open-api:generate
Option Type Default Description