Skip to content

Issue with using ng-swagger-gen with rxjs v7 #261

@jethas-bennettjones

Description

@jethas-bennettjones

Hi,

I seem to be having an issue when upgrading from rxjs v6.6.7 to v7.0.1 and running ng-swagger-gen with a config file.

Here is my config file:

{
  "$schema": "./node_modules/ng-swagger-gen/ng-swagger-gen-schema.json",
  "swagger": "http://localhost:5000/swagger/v1/swagger.json",
  "output": "src/app/api",
  "ignoreUnusedModels": true,
  "minParamsForContainer": 2,
  "sortParams": "desc",
  "defaultTag": "Api",
  "removeStaleFiles": true,
  "modelIndex": true,
  "serviceIndex": true,
  "apiModule": true,
  "enumModule": true,
  "generateExamples": false
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions