-
Notifications
You must be signed in to change notification settings - Fork 2.3k
May I plugin swagger-editor to my angular web? #1689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@yulogs yes, this should be working - what error messages are you seeing? |
This is my error: /MyProject/ERROR in ./node_modules/swagger-editor-dist/swagger-editor.js |
Hey @yulogs, looks like this may be coming from Angular itself: angular/angular-cli#8036 |
Closing due to inactivity. This is simply to keep our issue tracker clean - feel free to comment if there are any further thoughts or concerns, and we'll be happy to reopen this issue. |
Uh oh!
There was an error while loading. Please reload this page.
I want to plugin to my angular 5 web project, but not work,
I add swagger-editor to package.json like:
"swagger-editor-dist": "^3.3.1",
And import to my Component like:
`
import {SwaggerUIBundle, SwaggerUIStandalonePreset} from 'swagger-ui-dist';
`
Then many error like:
Myproject\src\traverse doesn't exist
May I plugin swagger-editor to my angular web?
The text was updated successfully, but these errors were encountered: