Results 6 comments of Anton Moiseev

With 1.1.1 release we migrated all our `templateUrl`'s to relative paths, so feel free to close the issue if you are not interested in this corner case.

I can't believe it :smile:. It was probably my first GitHub PR 4 years ago. Unfortunately I don't have any tests and the source code of the original project anymore....

I haven't tried this, but I guess you can put a child `` inside the dialog content area and render each slide as a separate route. Transitions between routes can...

Haven't had a chance to look at Mark's PR, but we have a helper service to work with route params. One of the method's returns query string params for a...

@ianfp, np. The issue with `route.queryParameters` though is when you refresh the page they are empty even if there are parameters in the query string. This property returns parameters only...

You are welcome! BTW, we ended up flattening all our routes. We experienced an issue with navigation when typing in URL manually in the address bar and with blank pages...