I want to insert the Swagger UI and Swagger Editor into my Angular project. So that it will look like this: http://editor.swagger.io/?docExpansion=none
Thanks to the following instructions I was already able to add the Swagger UI to my Angular project: https://github.com/agoncal/swagger-ui-angular6
What is still missing is the Swagger Editor where the user can edit the OpenAPI Specification (see left side of the first link).
The target state of my application should be that the OpenAPI Specification is loaded and the user then has a visual overview of the API and should also be able to edit this API via the Swagger editor (missing part). So pretty much the functionality of the first link.
So my question is, how can I implement the Swagger Editor to my Angular project? I didn't find any information about it on the internet.
from Adding the Swagger Editor to an Angular project
No comments:
Post a Comment