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 !
This looks like an Angular issue.
See also - https://github.com/angular/angular/issues/6036
There seems to be a pull request for a similar case. Not sure if this fixes your issue as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With