In SQlServer I have these values stored in the ID -6410551811284209102 2248193693505952772 1897495303850505563
But while fetching it truncate the value in AngularJS, Like for 1897495303850505563 it convert as 1897495303850505500 for 2248193693505952772 it convert as 2248193693505952800. This is because I am storing these values in either number or object. But these are BigInt in SqlServer. Anybody has any clue for how to store these values in bigInt.