Getting date pipe error while running "ng build --prod"
Using angular version 7.1.4
@rande @ceefour @beeman @mterwoord @nnixaa
If you are available, please help me to resolve this issue.

@mobarokhossain it's a bit hard to find the issue without a sample repo. Feel free to share the repo with me and I will take a look to see if I can find it.
set enableIvy to false in angularCompilerOptions in tsconfig.json or tsconfig.app.json,
"angularCompilerOptions": {
"enableIvy": false
}
@juliusiqbal bhai, Its worked for me.
I appreciate your feedback. thanks a lot!
@beeman thanks a lot for your response.