radh-ui
Version:
Stencil Component Starter
16 lines (12 loc) • 488 B
JavaScript
import { r as registerInstance, h } from './index-a9700b09.js';
const radhUrlCodeCss = "radh-url-code{}";
class RadhUrlCode {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
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")));
}
}
RadhUrlCode.style = radhUrlCodeCss;
export { RadhUrlCode as radh_url_code };