Widget
Component to create and manage a particular widget.
export class DevinuxClientComponentWidget { }
// ► import library import * as devinux from 'clientcomponent.js'; // ► render base element const body = document.getElementByTagName('body');
new DevinuxClientComponentWidget().render();