I need to send a BigDecimal value from my angular front-end part to the java back-end. I tried to find a valuable solution but it seems that TypeScript knows only number type.
Is there any way to declare/cast a BigDecimal attribute in my angular project?
private totalPrice: number;