We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b45099 commit 7ab7d72Copy full SHA for 7ab7d72
addon/ng2/blueprints/mobile/files/__path__/system-import.js
@@ -1,3 +1,2 @@
1
-System.import('system-config.js').then(function () {
2
- System.import('main');
3
-}).catch(console.error.bind(console));
+System.import('main')
+ .catch(console.error.bind(console));
0 commit comments