All Questions
1 question
0
votes
0
answers
2k
views
Angular 13 - main.js:1 TypeError: Cannot read properties of undefined (reading 'deps')
Upgrading from Angular 11 to 13 was flawless.
The application used several custom libraries that were built externally. Prior to the upgrade, I manually created those components/services/models inside ...