We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To make this happen, your components registry has to be publicly available. This is all you need:
<html> <head></head> <body> <oc-component href="http://my-components-registry.mydomain.com/hello-world/1.X.X"></oc-component> <script src="http://my-components-registry.mydomain.com/oc-client/client.js"></script> </body> </html>
For more information about client-side operations, look at this page.