You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library looks perfect. I was looking for a library that basically works like the groovy Markup builder.
Is there any chance you would be willing to add export/import support so that it can be used like a normal package for Angular or other frameworks instead of requiring <Script> tags?
For example? import { BOB } from 'bob-xml/public'
I tried to import with no luck, and i tried to look at the code but did not see any reference to any exports or imports defined for BOB.
If it does exist and I am just overlooking it please let me know.
The text was updated successfully, but these errors were encountered:
This should be possible. I would have to make sure it is done in the expected way. If possible, could you provide a boilerplate project with a setup showing how you wish the package could be imported (Eg. in the "best practice" way for your use case), so that I can investigate if it's doable the way you suggest?
Hello,
This library looks perfect. I was looking for a library that basically works like the groovy Markup builder.
Is there any chance you would be willing to add export/import support so that it can be used like a normal package for Angular or other frameworks instead of requiring <Script> tags?
For example? import { BOB } from 'bob-xml/public'
I tried to import with no luck, and i tried to look at the code but did not see any reference to any exports or imports defined for BOB.
If it does exist and I am just overlooking it please let me know.
The text was updated successfully, but these errors were encountered: