When trying to import rxjs/operators in my Angular project, I use the following syntax:
import { map } from 'rxjs/operators';
However, this results in the following error message:
map is declared but its value is never read. Cannot find module rxjs/operators
I need assistance with resolving this issue. Thank you.