I have a thousands of this error after initial implementation nad typing in terminal ng serve my-app of and i can\'t resolve it. This is first time for me when i have problem li
Setting "skipLibCheck": true in tsconfig.json solved my problem
"skipLibCheck": true
tsconfig.json
"compilerOptions": { "skipLibCheck": true }