]> git.uio.no Git - u/erikhf/frm.git/blobdiff - src/index.html
New working structure after par programmering
[u/erikhf/frm.git] / src / index.html
index 0d645c314f159951fcfa6eb47dccd00cd0a428e6..5fdf54eeafa979b74b004e743a8015d2b7de2049 100644 (file)
     <script src="../node_modules/systemjs/dist/system.src.js"></script>
     <script src="../node_modules/angular2/bundles/angular2.dev.js"></script>
     <script src="../node_modules/angular2/bundles/http.dev.js"></script>
+    <script src="../node_modules/angular2/bundles/router.dev.js"></script>
+
+
+
     <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
     <script>
         System.config({
-            packages: {'app': {defaultExtension: 'js'}}
+            packages: {'components': {defaultExtension: 'js'}}
         });
-        System.import('app/app');
+        System.import('components/app');
     </script>
-    <!--
-
-    -->
 </head>
 <body>
-    <hello-world>loading...</hello-world>
+    <mou-app>loading...</mou-app>
 </body>
 </html>