Witam
Po uruchomieniu skryptu wyskakuje mi błąd Cannot get a robię wszystko tak jak jest w kursie.
<!DOCTYPE html> <html lang="pl"> <head> <meta charset="UTF-8"> <title>AngularJS 2</title> <script src="node_modules\angular2\bundles\angular2-polyfills.min.js"></script> <script src="node_modules\es6-shim\es6-sham.js"></script> <script src="node_modules\angular2\bundles\angular2.dev.js"></script> <script src="node_modules\systemjs\dist\system.src.js"></script> <script src="node_modules\rxjs\bundles\Rx.js"></script> <script> System.config({ packages: { app: { format: 'register', defaultExtension: 'js' } } }); System.import('app/boot.js') .then(null, console.error.bind(console)); </script> </head> <body> <my-app></my-app> </body> </html>