mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00

* Enable chrome-devtools elemets tab * Trigger updates when property is chaned form native * Tslint fixes * Don't run dom-elemet tests in IOS * fix tests * Create package.json * Update package.json * domNode changed to field for performance
7 lines
216 B
TypeScript
7 lines
216 B
TypeScript
import * as application from "tns-core-modules/application";
|
|
|
|
// Needed only for build infrastructure
|
|
application.setCssFileName("devtools-app/app.css");
|
|
|
|
application.start({ moduleName: "devtools-app/main-page" });
|