Closed nitinjs closed 3 months ago
Hi @nitinjs, this particular error means that polyfill is missing (see polyfills.ts file in the demo project). Also, you may want to take a look into webpack extension registered in angular.json file, which does a lot of other things (in the demo project as well).
@nitinjs, no you have follow up questions or we can close this issue?
Describe the bug I have added the
paperbits
folder from angular demo folder into my project and added the required declarations in my project but when I run the project it throws "Error: Uncaught (in promise): ReferenceError: setImmediate is not defined
" erroris this because I am using angular v9.1.4?? if yes then which version of paperbits I should use with angular v9.1.4?
To Reproduce Steps to reproduce the behavior:
paperbits
folder to your existing angular projectExpected behavior The
paperbits demo
editor should load as same as the demo providedScreenshots
Desktop (please complete the following information):
Additional context here's my
package.json
for reference