You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Friends, I'm stuck on a problem that I can't solve.
I have a large project in AngularJS and I need to gradually migrate to Angular. I followed the integration steps, had several problems that I gradually overcame, but this last step has been pulling my hair out. I feel like it's become a patchwork quilt.
The application starts, I go to an AngularJS route with two levels (http://localhost:8080/Cadastro/Motivo).
My next route has already been declared in Angular (http://localhost:8080/Cadastro/Motivo/v2/Incluir) and opens normally if I navigate to it. If I refresh the page in the Angularjs route "Cadastro/Motivo", the page updates properly (Webpack is configured correctly to handle the url without hash). If I refresh the page from the Angular route "Cadastro/Motivo/v2/Incluir", it's like it can't find the route because "shouldProcessUrl()" isn't called, but I can't figure out why and the page doesn't open. This is the relevant part of my main.ts:
Friends, I'm stuck on a problem that I can't solve.
I have a large project in AngularJS and I need to gradually migrate to Angular. I followed the integration steps, had several problems that I gradually overcame, but this last step has been pulling my hair out. I feel like it's become a patchwork quilt.
The application starts, I go to an AngularJS route with two levels (
http://localhost:8080/Cadastro/Motivo
).My next route has already been declared in Angular (
http://localhost:8080/Cadastro/Motivo/v2/Incluir
) and opens normally if I navigate to it. If I refresh the page in the Angularjs route "Cadastro/Motivo
", the page updates properly (Webpack is configured correctly to handle the url without hash). If I refresh the page from the Angular route "Cadastro/Motivo/v2/Incluir", it's like it can't find the route because "shouldProcessUrl()" isn't called, but I can't figure out why and the page doesn't open. This is the relevant part of my main.ts:The text was updated successfully, but these errors were encountered: