-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
Description
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
}