My application has completed development. When I run the 'ng build' command, everything runs smoothly. However, when I use the command
ng build --prod --base-href /Incrency/
The login page appears, but upon attempting to log in, the following error is thrown:
ERROR Error: Uncaught (in promise): Error: No component factory found for t.
Did you add it to @NgModule.entryComponents?
Error: No component factory found for t. Did you add it to @NgModule.entryComponents?
The versions being used are Angular CLI : 7.3.2, Rxjs : 6.3.3, and Angular Core : 7.0.6