I am currently working with Angular 12 and recently I installed a cookie service using the following command:
npm install --save ngx-cookie-service
Within my app.module.ts file, when I try to import the 'CookieService' like so:
import { CookieService } from 'ngx-cookie-service';
I encounter this error message:
Cannot find module 'ngx-cookie-service' or its corresponding type declarations.ts(2307)
https://i.sstatic.net/MoLNb.png