##// END OF EJS Templates
Added test widgets to the playground
Added test widgets to the playground

File last commit:

r99:908c1ce6ce6d v1.3
r100:ff52224a63f0 v1.3
Show More
main.ts
3 lines | 93 B | video/mp2t | TypeScriptLexer
cin
Working sandbox
r99 import MainWidget from "./MainWidget";
const w = new MainWidget();
w.placeAt(document.body);