We can\'t use bitwise operators in templates, but why are they not allowed by tslint within TypeScript code?
\"no-bitwise\": true,
If you look at the Docs
"Bitwise operators are very rare in JavaScript programs"
anyhow you can disable the bitwise option to stop the warnings.