Is there a good way to add the Swagger UI to an Angular app without getting too much in the weeds?
I'd like to add a reference to an API which is hosted on a different site, so all I need is the UI elements to reference the docs.
I found a package called Swangular-Components, but it seems to mess up my index.d.ts file. A solution like that would be the simplest for my situation, I think.