I having trouble while using typescript and Angular 2
it was working fine like this :
but when adding Unicode text "arabic" i'm getting this

The html file is fine stand-alone but after compinge

My TypeScript config file tsconfig.json
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"sourceMap": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noLib": false
},
"exclude": [
"node_modules"
]
}
-- Help , Any idea : I tried google and the Anglular docs !
<meta charset="UTF-8">? Did you save your file in UTF8 encoding? See also w3.org/International/questions/qa-html-encoding-declarations