ngxtension/ngxtension-platform

Error when running convert-di-to-inject migration

krisatopi opened this issue · 1 comments

That's all what it says:

Cannot read properties of undefined (reading 'toString')

Angular 17.3
Node v21

Found the issue:

// type here can be undefined if there was no type in the constructor.
const typeHasGenerics = type.toString().includes('<');