Open rahul78275 opened 2 months ago
Hi @rahul78275, Thanks for the report. I have checked the Angular versions here. I saw that 15 is not supported by Angular, is it correct? Do you have any chance to test it newer versions.
Hello @burak-58 abi.
They have dropped the support for angular 15, but those application which are running will continue to work.
You can have a look at the codesandbox url also mentioned in the last thread, It is running on angular 17. Same issue is there also.
Short description
I have installed angular 15 for a project. Installed webRTCAdaptor package from NPM. When you use "npm start". It will throw an error in console.
Package Version
2.11.3
Steps to reproduce
Expected behavior
It should work fine without any error
Actual behavior
error TS2503: Cannot find namespace 'NodeJS'. 136 blackFrameTimer: NodeJS.Timer | null;
Have a look here (Reproducible)
Codesandbox
Screenshot