While assembling the package for my module, I encountered the following error.
TypeError: Cannot read property 'isSkipSelf' of null at ProviderElementContext._getDependency(C:\Users\ravinder\MyProjectName\node_modules\@angular\compiler\bundles\compiler.umd.js:19242:22
I have attempted various solutions found online such as checking for missing @injectable
, verifying dependency injection, handling circular dependencies, and more. Any assistance on this matter would be greatly appreciated.