There are too many decimal places in angular6, how to disable scientific notation

the effect I want: {{1 * 0.00000001}} = 0.00000001
actual running effect: {{1 * 0.00000001}} = 1e-8
1 represents a variable
Please advise.

Aug.05,2021
Menu