我在使用打字稿和Angular 2时遇到了麻烦 它工作正常如下:
但是当添加Unicode文本"阿拉伯语"我得到了这个
我的TypeScript配置文件tsconfig.json
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"sourceMap": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noLib": false
},
"exclude": [
"node_modules"
]
}
- 帮助,任何想法: 我试过谷歌和Anglular文档!
答案 0 :(得分:1)