#Best way of dealing with ulong in Angular?

2 messages · Page 1 of 1 (latest)

zenith verge
#

There's bigint

carmine bramble
#

You'll have to do the conversion from string to bigint yourself (or using some additional library). The Angular HttpClient just uses JSON.parse(), and won't automagically transform strings to bigints.