I am doing some R&D of upgrading from Angular 8 to Angular 9 my application stopped working suddenly. Home page also not displaying.
I received many warnings and error message of type undefined. Then I did 3 changes in my tsconfig.jston file by adding as shown below. However, application home page displaying blank. and in the console receiving vendor.js errors with warnings. Someone please help me with this, Thanks!
"noUnusedLocals": false,
"noUnusedParameters":false,
"skipLibCheck": true,
question from:
https://stackoverflow.com/questions/65939270/cannot-read-property-type-of-undefined-angular-9 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…