DSiegel
Results
1
comments of
DSiegel
for angular 8 i had to replace my polyfill.ts with: `(window as any).global.Buffer = (window as any).global.Buffer || require('buffer').Buffer; ` instead of this: ``` import { Buffer } from 'buffer';...