Page
Component for managing and displaying different application pages.
export class DevinuxClientComponentPage { }
// ► import library import * as devinux from 'clientcomponent.js'; // ► render base element const body = document.getElementByTagName('body');
new DevinuxClientComponentPage().render();