Konstantin

Results 3 issues of Konstantin

##### Description It generates a wrong way to call the HttpClient.delete method ##### openapi-generator version ``` 5.3.1-SNAPSHOT ``` ##### OpenAPI declaration file content or url ```json "/v1/project/{projectId}": { "delete": {...

Issue: Bug

### Which @angular/* package(s) are the source of the bug? common, localize, router ### Is this a regression? No ### Description Routing gets broken if [APP_BASE_HREF](https://angular.io/api/common/APP_BASE_HREF) changed manually. [Regarding the...

area: common
workaround2: non-obvious
P3

**Describe the bug** In case calling `Manager`'s method `socket` with the `auth` data it emits two auth messages which causes an error **To Reproduce** Please fill the following code example:...

question