Everything seemed to be working fine with my project yesterday, but today I ran into an issue right after installing the ngx-pagination
module:
ERROR in src/app/views/dashboard/step1/step1.component.ts(1,23): error TS2688: Cannot find type definition file for '@types/googlemaps'. src/app/views/dashboard/step1/step1.component.ts(187,34): error TS2304: Cannot find name 'google'. src/app/views/dashboard/step1/step1.component.ts(190,29): error TS2304: Cannot find name 'google'. src/app/views/dashboard/step1/step1.component.ts(193,26): error TS2503: Cannot find namespace 'google'. src/app/views/job/quick-job-form/quick-job-form.component.ts(1,23): error TS2688: Cannot find type definition file for '@types/googlemaps'. src/app/views/job/quick-job-form/quick-job-form.component.ts(182,34): error TS2304: Cannot find name 'google'. src/app/views/job/quick-job-form/quick-job-form.component.ts(188,29): error TS2304: Cannot find name 'google'. src/app/views/job/quick-job-form/quick-job-form.component.ts(191,26): error TS2503: Cannot find namespace 'google'. src/app/views/job/quick-job-form/quick-job-form.component.ts(336,24): error TS2304: Cannot find name 'google'.
If anyone has any suggestions or solutions, please help me out. Thank you.