Why I'm having this error in ionic 3- " Typescript Error Cannot find module '..pages/product-details/product-details' " please find the attachments

Hi@bedanta1998
Try this

import {ProductDetails} from '../pages/product-details/product-details';
2 Likes

Thank you very much, I didn’t noticed this small thing .

Now I have this error

You have missed to add your page into the ngModule section in app_module.ts

1 Like

Thank you very much :blush: