I\'m trying to use Blockly in an Angular 7 application but I\'m unable to inject the Blockly editor.
I have downloaded the files from https://developers.google.com/b
Use ngx-blockly instead of blockly , ngx-blockly is angular port of blockly.
ngx-blockly
blockly
follow the steps explained in npm page
npm install ngx-blockly --save
https://www.npmjs.com/package/ngx-blockly