Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 3
    This is great! very comprehensive! worked perfectly on Angular 7. Commented Feb 1, 2019 at 21:54
  • 1
    Usually the navigation itself takes very little time if you use preloading strategy. In terms of usability I would use loading indicators only on backend http requests, if at all. Commented Mar 27, 2019 at 22:24
  • 6
    In the constructor, you should not use <this>, your case is for ngOnInit. Commented Apr 8, 2019 at 2:23
  • 1
    Perfect, How can I get exact param.id of url ? Commented May 16, 2019 at 14:34
  • 2
    The solution is not component limited, it spreads throughout the app, consuming resources Commented Aug 23, 2019 at 6:57