我使用angular-cli进行角度2项目。我希望使用该项目获得同事设置,因此我让他们检查angular-cli项目并尝试让它在他们的机器上运行。
该应用使用'ng serve'启动。但是,在尝试按如下方式转换json时:
let a = <any>JSON.parse(b);
它给出了这个错误:
Unhandled Promise rejection: Error in ./AppComponent class AppComponent - inline template:3:2 caused by: Unexpected token u in JSON at position 0 ; Zone: <root> ; Task: Promise.then ; Value:
问题看起来与此one有点类似。但是,答案都是指system.config,而我使用的是angular-cli。