radh-ui
Version:
Stencil Component Starter
14 lines (13 loc) • 582 B
JavaScript
import { r as registerInstance, h } from './index-a9700b09.js';
var radhUrlCodeCss = "radh-url-code{}";
var RadhUrlCode = /** @class */ (function () {
function RadhUrlCode(hostRef) {
registerInstance(this, hostRef);
}
RadhUrlCode.prototype.render = function () {
return (h("div", null, h("a", { href: "https://leanpub.com/angular-guia-practica/c/CODE-DEVUI-AUTENTIA" }, "https://leanpub.com/angular-guia-practica/c/CODE-DEVUI-AUTENTIA")));
};
return RadhUrlCode;
}());
RadhUrlCode.style = radhUrlCodeCss;
export { RadhUrlCode as radh_url_code };