hello,
i am developing one streaming platform in angular and using angular 14 and i am convert that build in target ‘es5‘ and module ‘es2015‘ so that app work in older version of webos tv but when i am run that app in webos 4 emulator that give an error
```Failed to load resource: net::ERR_FILE_NOT_FOUND
GLOBAL ERROR: Uncaught TypeError: Cannot read property 'get' of undefined
url: file:///media/developer/apps/usr/palm/applications/com.xxx.app/main.js
line: 4368
column: 245021
TV_FATAL_ERROR Uncaught TypeError: Cannot read property 'get' of undefined
i ask ai what is this error that say angular internally use this we can not polyfill that i want to stay in angular 14 and want to run my app in webos 3/4 so any option what i do in this situation?
thanks you