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
You should add it to angular.json firstly. So angular CLI can build it.
angular.json
"scripts": [ "../blockly.js" ]