// ► import library    
import * as devinux from 'clientcomponent.js';

// ► render base element
const body = document.getElementByTagName('body');
    
let app = new devinux.DevinuxClientComponent('x');
app.renderload(body);
        
// ► import library    
import * as devinux from 'clientcomponent.js';

// ► render base element
const body = document.getElementByTagName('body');
    
class myApp extends devinux.DevinuxClientComponent {
    constructor() { super('myappid'); }
    render() { return '<h1>my app</h1>'; }
}
new myApp().renderload(body);
        
method
initialTooltip()
addCssFile(url)
 register url for css file like as 'http:localhost/app.css' , '/app.css' on head section
render()
CREATE BACKEND APPLiCATiON FASTER for using .NET back-end application's... > open-source libraries