We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I believe it would be a lot easier if you used in the component:
import { JSONEditor } from 'jsoneditor';
and also users could get the styles from
@import "~jsoneditor/dist/jsoneditor.min.css";
This would work by adding jsoneditor as a dependency. Including the libraries from the CDN is not really the angular/npm way
jsoneditor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I believe it would be a lot easier if you used in the component:
and also users could get the styles from
This would work by adding
jsoneditor
as a dependency. Including the libraries from the CDN is not really the angular/npm wayThe text was updated successfully, but these errors were encountered: