Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUncaught TypeError: Cannot read property 'id' of undefined #37661
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected Package
packages/core/src/linker/ng_module_factory_registration.ts
Is this a regression?
No
Description
This line:
Results in this:
Would be nice to catch the error and tell the user which module is failing.
This was failing in the MatPaginator module. It is probably an incorrect import but not sure yet.
I've written an article on the journey to determine root cause.
Angular Version:
Anything else relevant?
No