javascript - How can I Parse String to Int in the Angular Expression? - Stack Overflow
A number string '5' var num_str = '5'; How can I parseInt and let below answers correct at the same time? {{num_str + 1}} // 6 {{num_str - 1}} // 4 parseInt can't use in the Angular ......