Use Angular Renderer with Angular 8?

Can the current Angular jsonforms/angular library be used with Angular 8? Only I’ve run the angular seed project with no problems which uses Angular 9. But when I try to recreate my work with that in our existing Angular 8 application I get a “referenceerror process is not defined” error. Is that because it needs to run with at least Angular 9? If so, is there an older version that should be used with Angular 8?

[original thread by eebsie]

The problem is not Angular 8/9 it is that a library jsonforms relies on needs the global variable ‘process’, check this polyfill.ts: jsonforms-angular-seed/polyfills.ts at b7f551c368220bb92feb07776b05ee478454cd85 · eclipsesource/jsonforms-angular-seed · GitHub