I am using the following interpolation in Angular 4:
{{variable.24h_volume}}
This results in the following error:
Unexpected token '0.24' at column 5 in [{{variable.24h_volume}}] in ng:///AppModule/Component.html
What is the problem here?
Is it the property name starting with the digit?