Problem with Angular build prod

0

I have created a project in angular cli version 1.6.1 and everything is correct in development mode. However, when compiling with ng build --prod , the friendly path written in the file app.routing.ts , is broken down into two get parameters, which correspond to two form fields linked with two way data binding. It does not return any error, nor any clue that serves as a guide.

    
asked by Francisco Olmo Ortiz 06.02.2018 в 15:39
source

0 answers