We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1570ae commit 3db81a0Copy full SHA for 3db81a0
demo/app/app.ts
@@ -1,5 +1,5 @@
1
import "./bundle-config";
2
3
-import application = require("application");
+import * as application from "application";
4
5
application.start({ moduleName: "main-page" });
0 commit comments