angular-swagger-ui icon indicating copy to clipboard operation
angular-swagger-ui copied to clipboard

An angularJS implementation of Swagger UI

Results 8 angular-swagger-ui issues
Sort by recently updated
recently updated
newest added

## Add oauth2 password flow to angular-swagger-ui * Tested against Keycloak

Is it possible to render a curl example?

I got sanitize injected as a dependency into my project for custom reasons, but I'd like to avoid the sanitize in this line: `https://github.com/Orange-OpenSource/angular-swagger-ui/blob/master/src/scripts/modules/swagger-markdown.js#L54` because everytime it sanitizes here, it...

question

Are there any plans, or do you know about any forks of this project to support Angular 7?

question

What are the benefits of running angular-swagger-ui versus just redirecting the user to a web page containing Swagger-UI configured with the desired openapi v3 JSON specification file? I ask because...

question

I'm working with HL7 FHIR and, admittedly, their structures are HUGE and complex. the error I'm getting from the error handler is: error: Failed to parse Swagger specification: Invalid string...

bug

Hi, I forked your repo and I've been working on replacing body text areas with form for JSON payloads for a personal project. It still needs some work but you...

enhancement

I saw a warning saying that `AngularSwaggerUI: when using permalinks you should set reloadOnSearch=false in your route config to avoid UI being rebuilt multiple times` However, I'm not sure where...

question