Angular, Typescript, & Blockstack

Has anyone tried to use Angular and/or Typescript by itself to implement Blockcstack?

1 Like

Hi buddy, that can be done, I did but only the manual way.

Regards,
Gapa Smith https://plex.software/ Vidmate

Hi, I am the developer of www.dmyblog.co, I have developed it with Angular 7, Blockstack ID has been implemented and interacted with GAIA Storage without any problems.

Hi, personnally I have many issues when I try to use Blockstack in Angular 7. I added these 3 packages :
“blockstack”: “^19.2.5”,
“crypto”: “^1.0.1”,
“stream”: “0.0.2”

ERROR in node_modules/blockstack/lib/encryption/ec.d.ts(2,21): error TS2497: Module ‘"…/node_modules/@types/bn.js/index"’ resolves to a non-module entity and cannot be imported using this construct.node_modules/blockstack/lib/network.d.ts(2,21)

Any idea ?