I'm trying to connect my project with Firebase, but this is giving several errors and I can not fix it
These errors appear when compiling
ERROR in ./src/app/login/login.component.ts Module not found: Error: Can't resolve '../providers/auth.service' in 'C:\Users\Pc1\Desktop\Angular_Firebase_Bootstrap4\Index\src\app\login' ERROR in ./src/app/login-adm/login-adm.component.ts Module not found: Error: Can't resolve '../providers/auth.service' in 'C:\Users\Pc1\Desktop\Angular_Firebase_Bootstrap4\Index\src\app\login-adm' ERROR in ./src/app/app.component.ts Module not found: Error: Can't resolve './polyfills' in 'C:\Users\Pc1\Desktop\Angular_Firebase_Bootstrap4\Index\src\app' ERROR in ./src/app/app.module.ts Module not found: Error: Can't resolve './providers/auth.service' in 'C:\Users\Pc1\Desktop\Angular_Firebase_Bootstrap4\Index\src\app'