Tag: fullpage.js

错误:(SystemJS)意外的标记<SyntaxError:意外的标记<eval(<anonymous>)Angular 2

我正在尝试使用angular2的整个页面, 在我的app.module.ts中导入时出现以下错误。 "(SystemJS) Unexpected token < SyntaxError: Unexpected token < at eval (<anonymous>) at Object.eval (http://localhost:3000/app/app.module.js:16:22) at eval (http://localhost:3000/app/app.module.js:40:4) at eval (http://localhost:3000/app/app.module.js:41:3) at eval (<anonymous>) Evaluating http://localhost:3000/node_modules/ng2-fullpage Evaluating http://localhost:3000/app/app.module.js Evaluating http://localhost:3000/main.js Error loading http://localhost:3000/main.js" 以下是我的文件: systemjs.config.js (function (global) { System.config({ paths: { // paths serve as alias 'npm:': 'node_modules/' }, // map tells the System […]