Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
It sounds like you have something wrong in the angular routing. Can you share example of your routes? Are you using child routes?
Is it possible for Angular 2 to ignore whatever comes before a route/path? I'm using Angular 2 on my EpiServer website. When I press a link using Angular, it removes whatever path that comes before it.
For example:
/jobs/application/step1
./jobs/application/step2
./jobs/application/
from the path and the url becomes/step2
.Is it possible for Angular to continue using the current path and put the step 2 path on
/jobs/application/step2
?