Hi@bedanta1998 Try this
import {ProductDetails} from '../pages/product-details/product-details';
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
ngModule
app_module.ts
Thank you very much