DEV Community

Tomas Trajan 🇨🇭 for Angular

Posted on • Updated on • Originally published at Medium

How To Get Route Path Parameters In Non-Routed Angular Components 🦀

In this article we’re going to explore…

  • what are route path parameters
  • how we can access route path parameters in a standard way
  • what are the non-routed components
  • why it is hard to access route path params in the non -routed components
  • how to access them if we really need to
  • other ways around the problem
  • âš¡StackBlitz working example of the described concepts…

Let’s go!

Read more...

Top comments (0)