1

I want load module without change url in angular 5.
Is it possible to load module with lazy loading on click without change a url and also do not change route in angular5?

0

1 Answer 1

1

You can using

{ skipLocationChange: true }

while you navigation to route. It will navigates without pushing a new state into history.

Refer :

Sign up to request clarification or add additional context in comments.

1 Comment

yes, exsetly like that but content which is shown that will be lazy loded is it possible?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.