TypeError: Cannot read property ‘members’ of undefined

One of the reasons this can happen is in you app module, you have an entry components which the build process can’t find a import for (in below example if I comment out the import line and leave the component then it causes this error).enter image description here

enter image description here

Leave a Comment