I am trying to build the ionic 4 application with --prod --release flags. But It shows the white screen with the following error,
I have searched but unable to encrypt this error. The application is working fine during the ng serve and without these flags". How to find what is "L"
Error: Cannot resolve all parameters for 'L'(?, ?, ?). Make sure that all the parameters are decorated with Inject or have a valid type annotations and that 'L' is decorated with Injectable
even I have tried the ionic cordova run browser --prod. Getting the same error with a white screen.